diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-02-12 11:13:15 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-02-18 11:28:44 +0000 |
commit | dc7e96badb87a9b3ff3efbabf51f01c9f31677e4 (patch) | |
tree | 5b3a4ee9c7226f6f2418f5ce941a4efd6c726a6a | |
parent | d06dcbb08fccbb92ce8c79c39db7ea20e2bd2e6c (diff) |
af-binder: Fix concurrent issue SPEC-2163
Include the changes:
* 44248c6 Set next version of binder
* 043c27c Update copyright date
* 6415858 afb-stub-ws: Fix concurrent memory issues
* f47f9d8 stress: Improve the stress test scripts
Bug-AGL: SPEC-2163
Change-Id: I6ae7948de56aa698c3aa9e82617abc504477d326
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-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 8bc98339d..a10921803 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 = "fcd68bb0f872c65c4317377f787f5fdddea6e5d0" +SRCREV = "f47f9d84730e2bfe7b1dc465d14b09db34dc3076" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |