From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- meta-agl/meta-app-framework/conf/include/agl-appfw-smack.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-agl/meta-app-framework/conf/include/agl-appfw-smack.inc') 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='*'" -- cgit 1.2.3-korg