diff options
author | Ross Burton <ross.burton@intel.com> | 2013-12-11 14:04:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-14 09:09:33 +0000 |
commit | b4aaacd7699a8a9c8aafebd8243eb0db3eb29fb1 (patch) | |
tree | e0a9dfcb0e3fb5d3ebefa147560af1388c485b5c /meta/recipes-graphics | |
parent | bdd410571afadbe78286439bdbac85a0998babf5 (diff) | |
download | openembedded-core-b4aaacd7699a8a9c8aafebd8243eb0db3eb29fb1.tar.gz openembedded-core-b4aaacd7699a8a9c8aafebd8243eb0db3eb29fb1.tar.bz2 openembedded-core-b4aaacd7699a8a9c8aafebd8243eb0db3eb29fb1.zip |
xorg-lib: remove explicit --enable-malloc0returnsnull
util-macros 1.18 will read the autoconf site cache, so these values are
redundant.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc index 231776a21c..7231664773 100644 --- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc +++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc @@ -14,8 +14,6 @@ S = "${WORKDIR}/${XORG_PN}-${PV}" inherit autotools distro_features_check pkgconfig EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop --without-xmlto" -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" |