diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-02-06 17:43:50 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-02-06 17:43:50 +0100 |
commit | 887e773715f089ed85bb44b1b847bf524a433c32 (patch) | |
tree | f11cffc629acd859bf549fa8de06fd9b1937b1ee /meta-app-framework/recipes-core/af-binder | |
parent | 2e9958f181447d74861647cbafce33ae07e9fab6 (diff) |
af-binder: bump to latest revision (fix SPEC-2161)
Includes changes:
* fcd68bb jobs: Ensure releasing event loop
Bug-AGL: SPEC-2161
Change-Id: Ief7a439a857c42435c2b9c93e218fcf5533eb1e4
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core/af-binder')
-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 3e6f4f487..8bc98339d 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 = "77bf8a30c07a4ab5690337ed362dae4414e590fb" +SRCREV = "fcd68bb0f872c65c4317377f787f5fdddea6e5d0" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |