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:20:09 +0000 |
commit | c47def3b049a61da0886af2e4325cf9a564bbcd6 (patch) | |
tree | 79df655e50f43d58ba5d56b3db3cc762d42d2c36 /meta/recipes-devtools | |
parent | 4ad01bdf3f9cea8b2f42b925fa2b644d96ba1a82 (diff) | |
download | poky-c47def3b049a61da0886af2e4325cf9a564bbcd6.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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 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 | |||
2 | require gcc-configure-target.inc | 2 | require gcc-configure-target.inc |
3 | require gcc-package-target.inc | 3 | require gcc-package-target.inc |
4 | 4 | ||
5 | SRC_URI_append = "file://fortran-cross-compile-hack.patch" | ||
6 | |||
7 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | 5 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" |