meta-app-framework: set DISTRO_FEATURES_NATIVE
authorScott Murray <scott.murray@konsulko.com>
Tue, 31 Mar 2020 18:31:04 +0000 (14:31 -0400)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 27 Apr 2020 15:12:24 +0000 (17:12 +0200)
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 <scott.murray@konsulko.com>
Change-Id: I9f65c575b4a98c78dcbe1561a00d5d0b43e757fe

meta-app-framework/conf/include/agl-appfw-smack.inc

index b91ed64..1397224 100644 (file)
@@ -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='*'"