diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2020-03-04 10:06:40 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-12 15:20:39 +0000 |
commit | 78510825005cf9404b37368015dd9f0413cb502b (patch) | |
tree | 72c1bf9bf5c27eeda45cf6d0cc0bf40809078952 /meta-app-framework/recipes-core | |
parent | ebcf8176f824f56a838c43c342ea5098e8880581 (diff) |
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 <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 |
1 files changed, 1 insertions, 1 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 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" |