Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/5] xorg-lib-common: set UNKNOWN_CONFIGURE_WHITELIST
Date: Mon, 28 Oct 2013 14:33:15 +0000	[thread overview]
Message-ID: <1382970798-13574-2-git-send-email-ross.burton@intel.com> (raw)
In-Reply-To: <1382970798-13574-1-git-send-email-ross.burton@intel.com>

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>
---
 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):
-- 
1.7.10.4



  reply	other threads:[~2013-10-28 14:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-28 14:33 [PATCH 1/5] gnome: set UNKNOWN_CONFIGURE_WHITELIST Ross Burton
2013-10-28 14:33 ` Ross Burton [this message]
2013-10-28 14:33 ` [PATCH 3/5] xorg-proto-common: " Ross Burton
2013-10-28 15:59   ` Otavio Salvador
2013-10-28 14:33 ` [PATCH 4/5] gnome-common: inhert gnomebase not gnome Ross Burton
2013-10-28 14:33 ` [PATCH 5/5] libgcrypt: remove --without-pth Ross Burton
2013-10-31  3:44   ` Khem Raj
2013-11-05 13:29     ` Burton, Ross
2013-10-28 15:59 ` [PATCH 1/5] gnome: set UNKNOWN_CONFIGURE_WHITELIST Otavio Salvador
2013-10-28 17:08   ` Burton, Ross
2013-10-28 17:12     ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1382970798-13574-2-git-send-email-ross.burton@intel.com \
    --to=ross.burton@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox