Application framework: bump and fixes 02/20902/6
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 4 Apr 2019 09:19:54 +0000 (11:19 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 11 Apr 2019 19:40:15 +0000 (19:40 +0000)
For af-main:
 * 598f374 Add ability to manage all widget/applications

For af-binder:
 * 4789efd jobs: Ensure validy of event loop
 * 75a6b9e Prevent false positive during check source
 * bc8929b Fix false ***buffer overflow*** detection
 * f878e80 afb-export: Fix heap corruption

Bug-AGL: SPEC-1850
Bug-AGL: SPEC-2272
Bug-AGL: SPEC-2292

Change-Id: If64eb30677d880c68d504765ed7d3b2744d8ffe0
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 6d343b7..2271923 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 = "3922f07ae1eda1de5d84832c25197296d1c10311"
+SRCREV = "f878e8026a9c76311327eb840dc9252e9ed87379"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"
index 30c3bbf..de82c1a 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 = "d07c7f7169788ffbe5cc70506daaf9fe0add88c2"
+SRCREV = "598f374d2948a76c381eab0a3dfb5334d6d62379"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"