summaryrefslogtreecommitdiffstats
path: root/meta-agl/meta-app-framework/conf/include/agl-appfw-smack.inc
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /meta-agl/meta-app-framework/conf/include/agl-appfw-smack.inc
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'meta-agl/meta-app-framework/conf/include/agl-appfw-smack.inc')
-rw-r--r--meta-agl/meta-app-framework/conf/include/agl-appfw-smack.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl/meta-app-framework/conf/include/agl-appfw-smack.inc b/meta-agl/meta-app-framework/conf/include/agl-appfw-smack.inc
index b91ed64a..13972240 100644
--- a/meta-agl/meta-app-framework/conf/include/agl-appfw-smack.inc
+++ b/meta-agl/meta-app-framework/conf/include/agl-appfw-smack.inc
@@ -1,6 +1,7 @@
# enable security features (smack, cynagora) - required by Application Framework
OVERRIDES .= ":with-lsm-smack"
DISTRO_FEATURES_append = " smack xattr"
+DISTRO_FEATURES_NATIVE_append = " smack xattr"
# use tar-native to support SMACK extended attributes independently of host config
IMAGE_CMD_TAR = "tar --xattrs --xattrs-include='*'"