From: Richard Purdie Date: Mon, 4 Apr 2011 22:47:05 +0000 (+0100) Subject: xproto: Fix configure commandline option whitespace X-Git-Tag: 2011-1~1859 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=748039ff61b2ecfc5d6fdaaf0a0e9aae55e64a5a;p=openembedded-core.git xproto: Fix configure commandline option whitespace Thanks to Martin Jansa for reporting. Signed-off-by: Richard Purdie --- 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 58520d9768..dea1667fb4 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"