af-main: Drop capabilities of applications 47/21647/3
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 20 Dec 2018 21:39:21 +0000 (22:39 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 19 Jun 2019 13:05:28 +0000 (13:05 +0000)
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>
meta-app-framework/recipes-core/af-main/af-main_git.bb
meta-app-framework/recipes-core/af-main/af-main_git.inc

index 30dfe70..9268474 100644 (file)
@@ -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
index c132545..d943d8e 100644 (file)
@@ -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"