From: Martin Jansa Date: Sun, 21 Jul 2013 13:53:39 +0000 (+0200) Subject: sudo: add PACKAGECONFIG for zlib X-Git-Tag: 2015-4~5728 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=871d9d264dbf43ca4a7d000f39253d16854c0bd3;p=openembedded-core.git sudo: add PACKAGECONFIG for zlib * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa Signed-off-by: Saul Wold --- diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 9dcb677458..ef2367a702 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 () {