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-07-29 13:09:10 +0100
commit396d7c51eddb6808ea8cad3c35678c2a0e9acd74 (patch)
treef5ab72350cceccbfefce6f592cd4735faf131d9e /meta
parent7386dba5beb3a27db2a4e04a3a026a39151eab42 (diff)
downloadpoky-396d7c51eddb6808ea8cad3c35678c2a0e9acd74.tar.gz
sudo: add PACKAGECONFIG for zlib
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core 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>
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 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 \
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 () {