diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-03-21 13:09:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-03-21 13:09:46 +0000 |
commit | cbcc795e3c79b8765046b2451ec473c884d06d1d (patch) | |
tree | a9eda87302ac9aa797ee8e932b7a76d50985d403 /meta-app-framework | |
parent | 7381d6b102833ced02eda07bf1e3fd804553047c (diff) | |
parent | 3f07af6df74988331541219b34c0f3cf2f0b2276 (diff) |
Merge "af-binder: Fix lock issue"
Diffstat (limited to 'meta-app-framework')
-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 a10921803..de1cdc493 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 = "f47f9d84730e2bfe7b1dc465d14b09db34dc3076" +SRCREV = "5425e054fbf87fe6d024103f46e53f2a28e074f2" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |