[poky] [PATCH] xproto: EXTRA_OECONF_append should start with a space

Ilya Yanok yanok at emcraft.com
Mon Apr 4 15:20:20 PDT 2011


EXTRA_OECONF_append variable should start with a space to prevent
collapsing of two words into one during concatenation.

Signed-off-by: Ilya Yanok <yanok at emcraft.com>
---
 meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb b/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb
index 58520d9..dea1667 100644
--- a/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb
+++ b/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=93ae8952e7d02d855516fbf2efb9a0d2"
 PR = "r0"
 PE = "1"
 
-EXTRA_OECONF_append = "--enable-specs=no"
+EXTRA_OECONF_append = " --enable-specs=no"
 BBCLASSEXTEND = "native nativesdk"
 
 SRC_URI[md5sum] = "65633168e5315c19defb4652cd3d83c1"
-- 
1.7.4




More information about the poky mailing list