af-main & af-binder: Fix infinite loop and C++ 79/24479/2
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 7 May 2020 13:22:03 +0000 (15:22 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 7 May 2020 15:48:37 +0000 (15:48 +0000)
af-main: Fix an infinite loop when starting applications
 * e7ac328 afm-urun: Fix infinite loop on start status

af-binder: Fix a missing header when compiling C++
 * 33ddfb5 Fix includes of C++ header

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

Change-Id: I06a05427b33791a242038d278e452fd73806d2f5
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 eed5777..9216244 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 = "7901c6dadaceb37638ab98876e759c4d6f3ea130"
+SRCREV = "33ddfb569b0fb223e212408ab3994bdae70861d7"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"
index 6366d20..f6843b2 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 = "6c44e65b33af3d07f1d4edcb23828adf53ec9954"
+SRCREV = "e7ac328451fa3b3edfbd3658a2365b75d41c0698"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"