From a4dc0d9fbb09e8d4d7e50010bdc81c337b392c8f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 24 Jan 2012 10:13:07 +0000 Subject: [PATCH] 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(-) diff --git a/meta/recipes-devtools/gcc/gcc_4.6.bb b/meta/recipes-devtools/gcc/gcc_4.6.bb index bfaec86..3751516 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}" -- 2.7.4