aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 15:53:39 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-16 10:39:48 +0100
commit6722de4eb28d9da0b9d414cf19311eb6a80f13a3 (patch)
tree15052b6dc49e3f62bec5346b0f94d491264504f6
parent38041598112ae19205f6bf640bea65d83daf4da3 (diff)
downloadopenembedded-core-6722de4eb28d9da0b9d414cf19311eb6a80f13a3.tar.gz
sudo: add PACKAGECONFIG for zlib
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core master rev: 871d9d264dbf43ca4a7d000f39253d16854c0bd3) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/sudo/sudo.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc
index e778485838..cc31c5efcc 100644
--- a/meta/recipes-extended/sudo/sudo.inc
+++ b/meta/recipes-extended/sudo/sudo.inc
@@ -13,6 +13,9 @@ LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=d25a8240ca6decdecb9990789e593130 \
inherit autotools
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib"
+
EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor"
do_configure_prepend () {