af-main: Bug fixes 27/15527/1
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 20 Jul 2018 08:29:06 +0000 (10:29 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 20 Jul 2018 08:32:55 +0000 (10:32 +0200)
 - Fix issue in handling signature of widgets.
 - Fix access to system API afm-main.

This change include the commits:

  * 8c7132a Creates systemd service for APIs
  * d8d819b wgtpkg-digsig: Add flag to accept/refuse a WGT without signature
  * f97f8d2 wgtpkg-digsig: Fix digital signature check

Bug-AGL: SPEC-1592
Bug-AGL: SPEC-1590

Change-Id: I0ecc19466180799e23b7863eb85755d9e4c2894f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
meta-app-framework/recipes-core/af-main/af-main_1.0.bb
meta-app-framework/recipes-core/af-main/af-main_1.0.inc

index 68c8786..e4e98d5 100644 (file)
@@ -37,7 +37,7 @@ EXTRA_OECMAKE = "\
        -DUNITDIR_SYSTEM=${systemd_system_unitdir} \
 "
 
-EXTRA_OECMAKE_append_agl-devel = " -DAGL_DEVEL=1"
+EXTRA_OECMAKE_append_agl-devel = " -DAGL_DEVEL=1 -DALLOW_NO_SIGNATURE=ON"
 
 USERADD_PACKAGES = "${PN}"
 USERADD_PARAM_${PN} = "-g ${afm_name} -d ${afm_datadir} -r ${afm_name}"
index 4acc3ab..54d0041 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 = "259d262d39927203829fac0bbc05bd3772c01643"
+SRCREV = "8c7132a146aa744f167ea2fc45dcd8d53018ecc0"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"