]> code.ossystems Code Review - openembedded-core.git/commitdiff
xorg-lib-common: set UNKNOWN_CONFIGURE_WHITELIST
authorRoss Burton <ross.burton@intel.com>
Mon, 28 Oct 2013 14:33:15 +0000 (14:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Oct 2013 10:32:58 +0000 (10:32 +0000)
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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/xorg-lib-common.inc

index 98e14162850956c1e1899839b098f482083802bd..07b037330869e0cde85a12c19885f66a0f480ac1 100644 (file)
@@ -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):