diff options
author | José Bollo <jose.bollo@iot.bzh> | 2020-01-28 15:16:02 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-01-28 22:36:05 +0000 |
commit | e076162cd95f3080cda51116c33cfcaa855bffd3 (patch) | |
tree | 004c32ad8b742aef45f60c6c1309f9a1518357c4 | |
parent | 6625f61e85a6ce9f058ad17199b461906a2b4795 (diff) |
af-main: Improve Smack setup
Improve setup for solving access issues
While developping the binding afb-test, the export of
the binding afm-test, using "provided-binding" feature
revealed to be broken because of security setup.
Bug-AGL: SPEC-2795
Change-Id: I0af4a46aaa191cad167a332ebb2d14ebbfe04c6a
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main_git.inc b/meta-app-framework/recipes-core/af-main/af-main_git.inc index f61081555..c75219cae 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_git.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_git.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "c98333b595beb7858a4d3c17cd405dde2f79ce2e" +SRCREV = "7d50de9020901a843095568462a23b4a1ae5f6c3" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |