Application Framework: Fix bugs 23/15123/2
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 9 Jul 2018 07:58:30 +0000 (09:58 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 10 Jul 2018 08:47:43 +0000 (08:47 +0000)
Bump to latest bug fixes:
  * Fix crash when no icon is set in the config.xml
  * Fix tiny memory leaks in the binder

af-main:
  * 259d262 wgtpkg-install: Fix SEGV when no icon in config file

af-binder:
  * c98c0d9 coverage: Improve testing
  * 42b655f hello2: Add a binding v2 example
  * 298f697 hello3: Fix a bug
  * 10ac210 afb-api-v3: Fix a bug introduced by 8ca7b69
  * 7491c74 afb-cred: Fix memory leak
  * 44b2477 coverage: Add valgrind diagnostics

Bug-AGL: SPEC-1573

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

index 0a8862c..953169f 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 = "171e010be010b65ebd77c4b8dc6da43426739a62"
+SRCREV = "c98c0d913e3720e61f42d1fabc56a12a73a612ae"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"
index a778194..4acc3ab 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 = "4709f00f2236f40c606cbd318eb4fecc8d4af924"
+SRCREV = "259d262d39927203829fac0bbc05bd3772c01643"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"