]> code.ossystems Code Review - openembedded-core.git/commitdiff
sudo: add PACKAGECONFIG for zlib
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 21 Jul 2013 13:53:39 +0000 (15:53 +0200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 16 Aug 2013 09:39:48 +0000 (10:39 +0100)
* 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>
meta/recipes-extended/sudo/sudo.inc

index e778485838f4372251f6964eca0d5ae07a25e2d9..cc31c5efcc78b5d122c0a4f399f5185d7fb1636a 100644 (file)
@@ -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 () {