From: Ross Burton Date: Thu, 5 Mar 2015 10:59:40 +0000 (+0000) Subject: gdb: add whitespace to _append X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31052 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1b9a269ff94d80622f1c2a447568641039dc9ce;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gdb: add whitespace to _append Add leading whitepace to EXTRA_OECONF_append so it doesn't rely on the original value ending with trailing whitespace. Spotted by Robert P. J. Day. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc index 844dce94517..4fd60a615ec 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc @@ -11,7 +11,7 @@ RDEPENDS_${PN} += "nativesdk-python-core nativesdk-python-lang nativesdk-python- GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" -EXTRA_OECONF_append = "--with-python=${WORKDIR}/python" +EXTRA_OECONF_append = " --with-python=${WORKDIR}/python" SSTATE_DUPWHITELIST += "${STAGING_DATADIR}/gdb"