diff options
-rw-r--r-- | meta-oe/recipes-support/zile/zile_2.4.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/zile/zile_2.4.14.bb b/meta-oe/recipes-support/zile/zile_2.4.14.bb index 3b846c1511..acd491498e 100644 --- a/meta-oe/recipes-support/zile/zile_2.4.14.bb +++ b/meta-oe/recipes-support/zile/zile_2.4.14.bb | |||
@@ -20,6 +20,6 @@ do_install_append() { | |||
20 | } | 20 | } |
21 | 21 | ||
22 | PACKAGECONFIG ??= "" | 22 | PACKAGECONFIG ??= "" |
23 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}" | 23 | PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}" |
24 | 24 | ||
25 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | 25 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," |