diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 10:13:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 10:13:10 +0000 |
commit | cc8d02c582a72d07fd08c59d14ee5720e01a5cd9 (patch) | |
tree | ebcaf4a72289ca41580a20aaed81ddc1d700542e | |
parent | 6708b3e908ae383922703390ac2d39f40348e1b3 (diff) | |
download | openembedded-core-cc8d02c582a72d07fd08c59d14ee5720e01a5cd9.tar.gz openembedded-core-cc8d02c582a72d07fd08c59d14ee5720e01a5cd9.tar.bz2 openembedded-core-cc8d02c582a72d07fd08c59d14ee5720e01a5cd9.tar.xz openembedded-core-cc8d02c582a72d07fd08c59d14ee5720e01a5cd9.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gcc/gcc_4.6.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc_4.6.bb b/meta/recipes-devtools/gcc/gcc_4.6.bb index bfaec8642..375151664 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}" |