diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-09-13 15:54:54 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-09-16 11:36:04 +0000 |
commit | d57312ef6330717541fdf88caa672b21a2b022e8 (patch) | |
tree | 2aebd2d5c1d7731a61e0c3a130ff40d0786854d5 /meta-app-framework/recipes-core | |
parent | 03a470ef445dcd4707db7551cd2608e3d5166b6d (diff) |
af-binder: Fix event sending regression
This fix a regression described by the jira
ticket below: events wasn't sent as expected.
Bug-AGL: SPEC-2809
Include the following changes:
* 8744669 Fix binding example path & update afb-daemon options
* 45a4e69 Make source files relative
* 7129df4 jobs: Wake up an event loop if needed
* 84d1859 Revert "Make source files relative"
Change-Id: If93c26bba71350b4499d54feaebdebb71ad816f5
Signed-off-by: José 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 3fa0d96da..11f62e702 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 = "6599a89df853f4a128906f26142d5b861de90656" +SRCREV = "84d1859e9b64cc100251370c0412241108dd5b10" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |