diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 15:53:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:18:16 +0100 |
commit | 5043bc52cac758c81b277428617461ba84c33b86 (patch) | |
tree | f36475340a192bc72a7c9eef02b39023237ebe6e /meta/recipes-extended/sudo/sudo.inc | |
parent | 2bf311751089cf6419996f531ef0027b5ad9237b (diff) | |
download | poky-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/recipes-extended/sudo/sudo.inc')
-rw-r--r-- | 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 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 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | PACKAGECONFIG ??= "" | ||
17 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" | ||
18 | |||
16 | EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" | 19 | EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" |
17 | 20 | ||
18 | do_configure_prepend () { | 21 | do_configure_prepend () { |