diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-12-20 22:39:21 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-19 13:05:28 +0000 |
commit | a9acb14210ddda6579ad472654ec62733247ddfd (patch) | |
tree | c015a22375af7ecde1347f2ef508e133dbfeeeb1 | |
parent | b05c9f4c1cc99c69259e1f1aeeb74c2748484022 (diff) |
af-main: Drop capabilities of applications
This removes all capabilities of applications
installed and launched by the framework.
Bug-AGL: SPEC-2006
Includes the following changes:
* 20bf077 afm-unit.conf: Add widget specific environment
* a44e304 afm-util: Remove legacy commands stop/resume
* f7a3a6e API Overview: Changes to the file that introduces APIs.
* 26dd0f8 API Reference Overview: Removed old "kristi" file, updated book
* b4ca569 afm-unit: Restore removal of capabilities
Change-Id: I8c42d0b312aead668da03a987d0366b4ced73c70
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_git.bb | 1 | ||||
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_git.inc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main_git.bb b/meta-app-framework/recipes-core/af-main/af-main_git.bb index 30dfe7077..9268474d3 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_git.bb +++ b/meta-app-framework/recipes-core/af-main/af-main_git.bb @@ -79,6 +79,7 @@ SRC_URI += "\ do_install_append_class-target() { install -d ${D}${bindir} install -d -m 0775 ${D}${systemd_units_root}/system + install -d -m 0775 "${D}${systemd_units_root}/system/multi-user.target.wants" install -d -m 0775 "${D}${systemd_units_root}/system/afm-user-session@.target.wants" install -d -m 0775 ${D}${systemd_units_root}/user install -d -m 0775 ${D}${systemd_units_root}/user/default.target.wants 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 c1325458c..d943d8efe 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 = "3476b426fb3443ff909f8d607934e59601c7d508" +SRCREV = "b4ca569c08a233114fb77106a8b4aa34d47ab54c" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |