diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-01-29 16:18:10 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-02-13 11:02:00 +0100 |
commit | 5a827a287451d9916a6bcb6eae90770add971be9 (patch) | |
tree | b3dd33c54a8dbfaa12ea212908dd07a10bb565c6 /meta-app-framework/conf | |
parent | 0d732135b4011bec7d5367bb56d7be1c1a3ac44e (diff) |
dbus-cynara: Upgrade to 1.10.20
The main patches from dbus to make it cynara aware are
cherry-picked on top of the dbus 1.10.20 that is the
upstream version for rocko.
Change-Id: Ib7b07f335543cb56c4c96ef8f55305e61bc69b5c
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/conf')
-rw-r--r-- | meta-app-framework/conf/include/agl-appfw-smack.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/conf/include/agl-appfw-smack.inc b/meta-app-framework/conf/include/agl-appfw-smack.inc index 95092a9ce..b6b998a9b 100644 --- a/meta-app-framework/conf/include/agl-appfw-smack.inc +++ b/meta-app-framework/conf/include/agl-appfw-smack.inc @@ -1,6 +1,6 @@ # enable security features (smack, cynara) - required by Application Framework OVERRIDES .= ":with-lsm-smack" -DISTRO_FEATURES_append = " smack dbus-cynara xattr" +DISTRO_FEATURES_append = " smack xattr" # use tar-native to support SMACK extended attributes independently of host config IMAGE_CMD_TAR = "tar --xattrs --xattrs-include='*'" |