mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
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:
committed by
Richard Purdie
parent
44d763e0cb
commit
d5fb9aa9e7
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user