diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 14:45:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:06 +0100 |
commit | 219891075bcc40820414f0e7bb4537245c045383 (patch) | |
tree | e6e0c60c9c1236629affda3afee2c1d4db30a914 /meta/recipes-extended/cups | |
parent | 53efb9631d23db6e81f8d6fd9aa77cca7a2ef1cb (diff) | |
download | poky-219891075bcc40820414f0e7bb4537245c045383.tar.gz |
cups: add PACKAGECONFIG for acl
* acl is autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
(From OE-Core rev: 4f0b420b8a64862e6caa53ba0653c27a3d2387c3)
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/cups')
-rw-r--r-- | meta/recipes-extended/cups/cups16.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups16.inc b/meta/recipes-extended/cups/cups16.inc index bf155a1461..7b8ba06d59 100644 --- a/meta/recipes-extended/cups/cups16.inc +++ b/meta/recipes-extended/cups/cups16.inc | |||
@@ -13,6 +13,7 @@ inherit autotools binconfig | |||
13 | 13 | ||
14 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" | 14 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" |
15 | PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" | 15 | PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" |
16 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl" | ||
16 | 17 | ||
17 | EXTRA_OECONF = " \ | 18 | EXTRA_OECONF = " \ |
18 | --enable-gnutls \ | 19 | --enable-gnutls \ |