diff options
author | Ross Burton <ross.burton@intel.com> | 2015-03-05 10:59:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-09 16:05:06 +0000 |
commit | b1b9a269ff94d80622f1c2a447568641039dc9ce (patch) | |
tree | f9e3ee11f28f0f0737ecc863de48c3a260ae0457 /meta/recipes-devtools/gdb | |
parent | 81d3209666ed574a7af599070c65aa05114eb5bd (diff) | |
download | openembedded-core-b1b9a269ff94d80622f1c2a447568641039dc9ce.tar.gz openembedded-core-b1b9a269ff94d80622f1c2a447568641039dc9ce.tar.bz2 openembedded-core-b1b9a269ff94d80622f1c2a447568641039dc9ce.zip |
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 <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc index 844dce9451..4fd60a615e 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" |