[oe-commits] Ross Burton : gdb: add whitespace to _append

git at git.openembedded.org git at git.openembedded.org
Tue Mar 10 10:48:09 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: b1b9a269ff94d80622f1c2a447568641039dc9ce
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b1b9a269ff94d80622f1c2a447568641039dc9ce

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Mar  5 10:59:40 2015 +0000

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 at intel.com>

---

 meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
index 844dce9..4fd60a6 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"
 



More information about the Openembedded-commits mailing list