summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-10-28 14:33:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-29 10:41:35 +0000
commitbad13be935df977ec7a14231f230c0eb5f8e30c0 (patch)
treec17a1e263e5e9db2b2eab2133918bae595f82629 /meta/recipes-graphics
parent6ce287937e86a43d696e3615aa18d439928b7691 (diff)
downloadast2050-yocto-poky-bad13be935df977ec7a14231f230c0eb5f8e30c0.zip
ast2050-yocto-poky-bad13be935df977ec7a14231f230c0eb5f8e30c0.tar.gz
xorg-lib-common: set UNKNOWN_CONFIGURE_WHITELIST
This include adds configure options globally but not all X libraries support them, so to avoid unknown-configure-option warnings add them to the whitelist. (From OE-Core rev: 1f77801e6837b23d9123097dba77ca1374fbbea4) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-lib/xorg-lib-common.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
index 98e1416..07b0373 100644
--- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
+++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
@@ -17,6 +17,9 @@ EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop -
EXTRA_OECONF_append_libc-glibc = " --disable-malloc0returnsnull"
EXTRA_OECONF_append_libc-uclibc = " --enable-malloc0returnsnull"
+UNKNOWN_CONFIGURE_WHITELIST += "--enable-malloc0returnsnull --disable-malloc0returnsnull \
+ --disable-specs --without-groff --without-ps2pdf --without-fop --without-xmlto"
+
python () {
whitelist = [ "pixman", "libpciaccess" ]
if not d.getVar('BPN', True) in whitelist and not oe.utils.contains ('DISTRO_FEATURES', 'x11', True, False, d):
OpenPOWER on IntegriCloud