app-framework/conf: Remove PACKAGECONFIG of shadow
[AGL/meta-agl.git] / meta-app-framework / conf / include / agl-appfw-smack.inc
index 90862cb..6c95de7 100644 (file)
@@ -1,9 +1,9 @@
 # enable security features (smack, cynara) - required by Application Framework
 OVERRIDES .= ":smack"
-DISTRO_FEATURES_append = " smack dbus-cynara"
+DISTRO_FEATURES_append = " smack dbus-cynara xattr"
 
 # use tar-native to support SMACK extended attributes independently of host config
-IMAGE_CMD_TAR = "tar --xattrs-include='*'"
+IMAGE_CMD_TAR = "tar --xattrs --xattrs-include='*'"
 IMAGE_DEPENDS_tar_append = " tar-replacement-native"
 EXTRANATIVEPATH += "tar-native"