aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc_4.3.3.bb
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-06 20:48:30 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-11 21:27:28 +0100
commitee85c41bb8f694ea7c58cebefa358adfb29f9adc (patch)
tree2187e5cc2f7d7bef3196945fd72d6dd1fe4fac2e /recipes/gcc/gcc_4.3.3.bb
parent751ecb1daeaf08a3cb7bd5600731264a0753f4b3 (diff)
downloadopenembedded-ee85c41bb8f694ea7c58cebefa358adfb29f9adc.tar.gz
gcc: replace unconditional SRC_URI_append with SRC_URI +=
* Fixes missing leading whitespace character at some locations Signed-off-by: Andreas Oberritter <obi@opendreambox.org> CC: Khem Raj <raj.khem@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc_4.3.3.bb')
-rw-r--r--recipes/gcc/gcc_4.3.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc_4.3.3.bb b/recipes/gcc/gcc_4.3.3.bb
index 274f474d37..263969ab3a 100644
--- a/recipes/gcc/gcc_4.3.3.bb
+++ b/recipes/gcc/gcc_4.3.3.bb
@@ -8,7 +8,7 @@ FILES_${PN} += "\
${gcclibdir}/${TARGET_SYS}/*/*.o \
"
-SRC_URI_append = "file://fortran-cross-compile-hack.patch"
+SRC_URI += "file://fortran-cross-compile-hack.patch"
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"