From 78510825005cf9404b37368015dd9f0413cb502b Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Wed, 4 Mar 2020 10:06:40 +0100 Subject: af-binder: bump and fixes Includes: * 862fb68b Fix globset compilation warning * 00b0c28f Add gitreview file for icefish branch * 44c40eaa Improves compatibility with AddressSanitizers * ad15fdb2 Fix bug in session and token removal * 38c6516c Fix a tiny issue in the protocol * 591f9d33 Fix bug in C++ wrapper Bug-AGL: SPEC-3040 Bug-AGL: SPEC-3134 Bug-AGL: SPEC-3162 Bug-AGL: SPEC-3220 Change-Id: I975d0130fe2ebefd75decf2ac84b9c5cee1fb622 Signed-off-by: Jose Bollo --- meta-app-framework/recipes-core/af-binder/af-binder_git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 70e5343a4..2696e9aa5 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 = "65353dce81a629e042800bb7b86fcd869a76727e" +SRCREV = "591f9d339d6467e4b53be561aedda90630a9ddbf" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg