aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-03-19 08:42:48 +0100
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-03-19 08:42:51 +0100
commit2364a5017e35373bf1c372ebe9bf588b8f645209 (patch)
tree1ea4cfce40212d9c3065c13e9da8c95389bbfeb5 /meta-aarch64
parentb97673b30856d2f3254ed41cf5d8e09f5794c168 (diff)
gcc-aarch64-4.7: break recipe as gcc.gnu.org is unavailable so all builds fail at parse
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'meta-aarch64')
-rw-r--r--meta-aarch64/recipes-devtools/gcc/gcc-aarch64-4.7.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-aarch64/recipes-devtools/gcc/gcc-aarch64-4.7.inc b/meta-aarch64/recipes-devtools/gcc/gcc-aarch64-4.7.inc
index 92deb41f..2e32f3cf 100644
--- a/meta-aarch64/recipes-devtools/gcc/gcc-aarch64-4.7.inc
+++ b/meta-aarch64/recipes-devtools/gcc/gcc-aarch64-4.7.inc
@@ -1,6 +1,6 @@
require gcc-common.inc
-PR = "r5+svn${SRCPV}"
+#PR = "r5+svn${SRCPV}"
# Third digit in PV should be incremented after a minor release
# happens from this branch on gcc e.g. currently its 4.7.1
@@ -38,7 +38,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8"
-SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${SRC_BRANCH} \
+BROKEN = "1"
+#SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${SRC_BRANCH}
+SRC_URI = " \
file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
file://100-uclibc-conf.patch \
file://gcc-uclibc-locale-ctype_touplow_t.patch \