aboutsummaryrefslogtreecommitdiffstats
path: root/meta-app-framework/conf
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-04-05 16:03:35 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-04-05 16:03:35 +0000
commite6b8d4b9aebcc39cb5274fe61e913a1df069bb40 (patch)
tree603907613b0f6a959d56988dc75d174137525999 /meta-app-framework/conf
parent89a128bbc471368ef14231845e72c39f983899a4 (diff)
parent1b847a21fac05e88510fe37db63d0d9e4b72e633 (diff)
Merge "dbus-cynara: Avoid dependency loop"
Diffstat (limited to 'meta-app-framework/conf')
-rw-r--r--meta-app-framework/conf/include/agl-appfw-smack.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/conf/include/agl-appfw-smack.inc b/meta-app-framework/conf/include/agl-appfw-smack.inc
index b6b998a9b..95092a9ce 100644
--- a/meta-app-framework/conf/include/agl-appfw-smack.inc
+++ b/meta-app-framework/conf/include/agl-appfw-smack.inc
@@ -1,6 +1,6 @@
# enable security features (smack, cynara) - required by Application Framework
OVERRIDES .= ":with-lsm-smack"
-DISTRO_FEATURES_append = " smack xattr"
+DISTRO_FEATURES_append = " smack dbus-cynara xattr"
# use tar-native to support SMACK extended attributes independently of host config
IMAGE_CMD_TAR = "tar --xattrs --xattrs-include='*'"