| Submitter | Robert P. J. Day |
|---|---|
| Date | July 22, 2012, 3:06 p.m. |
| Message ID | <alpine.DEB.2.02.1207221035050.18352@oneiric> |
| Download | mbox | patch |
| Permalink | /patch/32809/ |
| State | New |
| Headers | show |
Comments
On Sun, 22 Jul 2012, Robert P. J. Day wrote: > > long story short, this fixes the problem, but i'm going to guess > that's not really the proper solution: > > diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc > index 43d77ec..478e34e 100644 > --- a/meta/recipes-devtools/gcc/gcc-4.7.inc > +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc > @@ -36,7 +36,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ > file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ > file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" > > -SRC_URI = "git://github.com/mirrors/gcc.git;branch=${BRANCH};protocol=git \ > +SRC_URI = "git://gcc.gnu.org/git/gcc.git;branch=${BRANCH};protocol=git \ > file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ > file://100-uclibc-conf.patch \ > file://gcc-uclibc-locale-ctype_touplow_t.patch \ > > never mind, github seems to be fine now. no idea what that was all about. rday
Op 22 jul. 2012, om 17:41 heeft Robert P. J. Day het volgende geschreven: > On Sun, 22 Jul 2012, Robert P. J. Day wrote: > >> >> long story short, this fixes the problem, but i'm going to guess >> that's not really the proper solution: >> >> diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc >> index 43d77ec..478e34e 100644 >> --- a/meta/recipes-devtools/gcc/gcc-4.7.inc >> +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc >> @@ -36,7 +36,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ >> file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ >> file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" >> >> -SRC_URI = "git://github.com/mirrors/gcc.git;branch=${BRANCH};protocol=git \ >> +SRC_URI = "git://gcc.gnu.org/git/gcc.git;branch=${BRANCH};protocol=git \ >> file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ >> file://100-uclibc-conf.patch \ >> file://gcc-uclibc-locale-ctype_touplow_t.patch \ >> >> > > never mind, github seems to be fine now. no idea what that was all > about. If someone is wrong with github it usually shows up on https://status.github.com/ regards, Koen
Patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 43d77ec..478e34e 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc @@ -36,7 +36,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" -SRC_URI = "git://github.com/mirrors/gcc.git;branch=${BRANCH};protocol=git \ +SRC_URI = "git://gcc.gnu.org/git/gcc.git;branch=${BRANCH};protocol=git \ file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ file://100-uclibc-conf.patch \ file://gcc-uclibc-locale-ctype_touplow_t.patch \