diff options
author | Li, Xiaoming <lixm.fnst@cn.fujitsu.com> | 2020-08-19 17:14:29 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-08-19 15:59:39 +0000 |
commit | 0476a28b81d06c3eab3866c55b1ebd58fa23febe (patch) | |
tree | 03245be177cef052c91417083596c70391a17ec7 /meta-app-framework/recipes-core/af-binder | |
parent | cf16ed2c0d2d464a2174fbde764e5ecc3eab3cfb (diff) |
meta-app-framework/recipes-core/af-binder: bump to latest revision
pickup changes:
1b62498 fix(migration-to-binding-v3.sed): add a legacy call replacing rule
53228dc Fix typo
Change-Id: Ie090ad3b81047352fb002dc5cb4ec10e82418e01
Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25132
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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 9216244de..fbaa47bc7 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 = "33ddfb569b0fb223e212408ab3994bdae70861d7" +SRCREV = "1b6249810b3ab2d0c7467355fa22fbf19ae4a725" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |