summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 15:53:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:18:16 +0100
commit5043bc52cac758c81b277428617461ba84c33b86 (patch)
treef36475340a192bc72a7c9eef02b39023237ebe6e /meta
parent2bf311751089cf6419996f531ef0027b5ad9237b (diff)
downloadpoky-5043bc52cac758c81b277428617461ba84c33b86.tar.gz
sudo: add PACKAGECONFIG for zlib
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core master rev: 871d9d264dbf43ca4a7d000f39253d16854c0bd3) (From OE-Core rev: 6722de4eb28d9da0b9d414cf19311eb6a80f13a3) 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>
Diffstat (limited to 'meta')
-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 \
13 13
14inherit autotools 14inherit autotools
15 15
16PACKAGECONFIG ??= ""
17PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib"
18
16EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" 19EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor"
17 20
18do_configure_prepend () { 21do_configure_prepend () {