From f3559e06e6e414ee9761b8383088fd81cf6a6e83 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 31 Mar 2020 14:31:04 -0400 Subject: meta-app-framework: set DISTRO_FEATURES_NATIVE Add smack and xattr features to DISTRO_FEATURES_NATIVE to make base-files-native build happy in dunfell. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray Change-Id: I9f65c575b4a98c78dcbe1561a00d5d0b43e757fe --- meta-app-framework/conf/include/agl-appfw-smack.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-app-framework') diff --git a/meta-app-framework/conf/include/agl-appfw-smack.inc b/meta-app-framework/conf/include/agl-appfw-smack.inc index b91ed64a0..139722402 100644 --- a/meta-app-framework/conf/include/agl-appfw-smack.inc +++ b/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