af-main & af-binder: Fix infinite loop and C++ 81/24481/1
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 7 May 2020 13:22:03 +0000 (15:22 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 7 May 2020 16:58:40 +0000 (18:58 +0200)
af-main: Fix an infinite loop when starting applications
 * 4818e6c afm-urun: Fix infinite loop on start status

af-binder: Fix a missing header when compiling C++
 * 68de506 Fix includes of C++ header

Bug-AGL: SPEC-3323
Bug-AGL: SPEC-3358

Change-Id: I6a4a82e182914777a877e525fb5be882a224f069
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
meta-app-framework/recipes-core/af-binder/af-binder_git.inc
meta-app-framework/recipes-core/af-main/af-main_git.inc

index ffe4765..8ade43a 100644 (file)
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}"
 
-SRCREV = "b15edc1c48d74f2ad6e9ade577bf6b4945d85eee"
+SRCREV = "68de5060b26f00546b97c7664cc6406f3b67c33d"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"
index df06df6..8cece87 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 = "381a0973c9d421bc031882cecce9244f6d2a6638"
+SRCREV = "4818e6c17dd8b9de2c998611297796a94d1e5f78"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"