diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 23:47:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 23:51:58 +0100 |
commit | 76185eb29a26f73cd445ae15523fe8d826a82b8e (patch) | |
tree | 661e71c97c85b5c57d540c8bf9e1702cdad5fc7f /meta/recipes-graphics | |
parent | bfcd5d9d063fce8d7a9552460b0e60ca114ff358 (diff) | |
download | poky-76185eb29a26f73cd445ae15523fe8d826a82b8e.tar.gz |
xproto: Fix configure commandline option whitespace
Thanks to Martin Jansa for reporting.
(From OE-Core rev: 748039ff61b2ecfc5d6fdaaf0a0e9aae55e64a5a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | 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 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" | |||
11 | PR = "r0" | 11 | PR = "r0" |
12 | PE = "1" | 12 | PE = "1" |
13 | 13 | ||
14 | EXTRA_OECONF_append = "--enable-specs=no" | 14 | EXTRA_OECONF_append = " --enable-specs=no" |
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "65633168e5315c19defb4652cd3d83c1" | 17 | SRC_URI[md5sum] = "65633168e5315c19defb4652cd3d83c1" |