[oe-commits] Martin Jansa : sudo: add PACKAGECONFIG for zlib

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 10:12:03 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 6722de4eb28d9da0b9d414cf19311eb6a80f13a3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6722de4eb28d9da0b9d414cf19311eb6a80f13a3

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 15:53:39 2013 +0200

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 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/sudo/sudo.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc
index e778485..cc31c5e 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 () {



More information about the Openembedded-commits mailing list