diff mbox

[core] crosstool-ng now lives at crosstool-ng.org

Message ID 1380536947-8542-1-git-send-email-kim.hansen@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

kim.hansen@prevas.dk Sept. 30, 2013, 10:29 a.m. UTC
From: Kim Højgaard-Hansen <kim.hansen@prevas.dk>

---
 recipes/crosstool-ng/crosstool-ng.inc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Esben Haabendal Oct. 14, 2013, 1:41 p.m. UTC | #1
Merged to master, thanks.

/Esben
diff mbox

Patch

diff --git a/recipes/crosstool-ng/crosstool-ng.inc b/recipes/crosstool-ng/crosstool-ng.inc
index 341f6c1..c98e875 100644
--- a/recipes/crosstool-ng/crosstool-ng.inc
+++ b/recipes/crosstool-ng/crosstool-ng.inc
@@ -4,9 +4,9 @@  RECIPE_TYPES = "native"
 
 inherit c autotools
 
-SRC_URI = "http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-${PV}.tar.bz2"
+SRC_URI = "http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-${PV}.tar.bz2"
 
 # Official fixes
-SRC_URI_FIXES_BASE = "http://ymorin.is-a-geek.org/download/crosstool-ng/01-fixes/${PV}/"
+SRC_URI_FIXES_BASE = "http://crosstool-ng.org/download/crosstool-ng/01-fixes/${PV}/"
 
 FILES_${PN} += "${libdir}/ct-ng*"