diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 15:53:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:10 +0100 |
commit | 396d7c51eddb6808ea8cad3c35678c2a0e9acd74 (patch) | |
tree | f5ab72350cceccbfefce6f592cd4735faf131d9e /meta | |
parent | 7386dba5beb3a27db2a4e04a3a026a39151eab42 (diff) | |
download | poky-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.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 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 | ||
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 () { |