From ebafb2a5cc82937e138f38b58c6dfd5061dbf467 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 28 Oct 2013 14:33:15 +0000 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 3 +++ 1 file changed, 3 insertions(+) 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): -- 2.7.4