From ee85c41bb8f694ea7c58cebefa358adfb29f9adc Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Thu, 6 Jan 2011 20:48:30 +0000 Subject: gcc: replace unconditional SRC_URI_append with SRC_URI += * Fixes missing leading whitespace character at some locations Signed-off-by: Andreas Oberritter CC: Khem Raj Acked-by: Khem Raj --- recipes/gcc/gcc_4.2.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gcc/gcc_4.2.3.bb') diff --git a/recipes/gcc/gcc_4.2.3.bb b/recipes/gcc/gcc_4.2.3.bb index 6fe30282d6..a174e11d08 100644 --- a/recipes/gcc/gcc_4.2.3.bb +++ b/recipes/gcc/gcc_4.2.3.bb @@ -4,7 +4,7 @@ require gcc-${PV}.inc require gcc-configure-target.inc require gcc-package-target.inc -SRC_URI_append = "file://fortran-cross-compile-hack.patch" +SRC_URI += "file://fortran-cross-compile-hack.patch" ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" -- cgit 1.2.3-korg