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.

(From OE-Core rev: b1b9a269ff94d80622f1c2a447568641039dc9ce)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2015-03-05 10:59:40 +00:00 committed by Richard Purdie
parent 44d763e0cb
commit d5fb9aa9e7
1 changed files with 1 additions and 1 deletions

View File

@ -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"