diff options
author | José Bollo <jose.bollo@iot.bzh> | 2020-05-07 15:22:03 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-05-07 15:48:37 +0000 |
commit | 77a17c57856077a5eb2bfb5336710a75f1af95af (patch) | |
tree | 42a746c9a8c20cf6989f73df9cbc00176abfa53a /meta-app-framework/recipes-core | |
parent | b8a8fef1cb9914b9e11a50da8296af9b3316adb3 (diff) |
af-main & af-binder: Fix infinite loop and C++
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>
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_git.inc | 2 | ||||
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_git.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_git.inc b/meta-app-framework/recipes-core/af-binder/af-binder_git.inc index eed57773d..9216244de 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_git.inc +++ b/meta-app-framework/recipes-core/af-binder/af-binder_git.inc @@ -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" 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 6366d20bb..f6843b27b 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 = "6c44e65b33af3d07f1d4edcb23828adf53ec9954" +SRCREV = "e7ac328451fa3b3edfbd3658a2365b75d41c0698" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |