[oe-commits] Ross Burton : xorg-proto-common: set UNKNOWN_CONFIGURE_WHITELIST

git at git.openembedded.org git at git.openembedded.org
Tue Oct 29 10:27:10 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 2544dc51fdebed77ff6eddf27d0ee897c5f5c257
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2544dc51fdebed77ff6eddf27d0ee897c5f5c257

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Oct 28 17:52:31 2013 +0000

xorg-proto-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.

Also change the options from --enable-foo=no to --disable-foo as they're clearer
and the whitelist would have to contain --enable-foo.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../xorg-proto/xorg-proto-common.inc               |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
index 856f4d8..4680d0e 100644
--- a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
+++ b/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
@@ -14,7 +14,9 @@ S = "${WORKDIR}/${XORG_PN}-${PV}"
 DEPENDS = "util-macros"
 
 inherit autotools pkgconfig
-EXTRA_OECONF = "--with-fop=no --without-xmlto"
+EXTRA_OECONF = "--without-fop --without-xmlto"
+
+UNKNOWN_CONFIGURE_WHITELIST += "--without-fop --without-xmlto"
 
 # ${PN} is empty so we need to tweak -dev and -dbg package dependencies
 RDEPENDS_${PN}-dev = ""



More information about the Openembedded-commits mailing list