From c47def3b049a61da0886af2e4325cf9a564bbcd6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 24 Jan 2012 10:13:07 +0000 Subject: gcc_4.6.bb: Drop duplicated SRC_URI component This was duplicated from the main SRC_URI and was causing incorrect task signatures. This simply removes the duplication. (From OE-Core rev: cc8d02c582a72d07fd08c59d14ee5720e01a5cd9) Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc_4.6.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/gcc') diff --git a/meta/recipes-devtools/gcc/gcc_4.6.bb b/meta/recipes-devtools/gcc/gcc_4.6.bb index bfaec86422..3751516648 100644 --- a/meta/recipes-devtools/gcc/gcc_4.6.bb +++ b/meta/recipes-devtools/gcc/gcc_4.6.bb @@ -2,6 +2,4 @@ require gcc-${PV}.inc require gcc-configure-target.inc require gcc-package-target.inc -SRC_URI_append = "file://fortran-cross-compile-hack.patch" - ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" -- cgit v1.2.3-54-g00ecf