diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-07-12 18:57:10 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-07-12 19:00:30 +0200 |
commit | 5855c1d8492386adaf142872c27b28ec3fdaecef (patch) | |
tree | 8bb4406216d43c7d8db1170e171413dcd4b3d1a5 | |
parent | ceea517265dcfd7a3cc2bcf17700a5a005db3c94 (diff) |
af-binder: Fix of subscribe issueguppy_7.0.3guppy/7.0.37.0.3
Enforce serialization of messages, makes event really asynchronous,
and enforce (un)subscribe in living request.
Include the following changes:
* 9194450 afb-evt: send events in separate job
* 034b0ab Revert "afb-stub-ws: Allow unordered process of messages"
* 328c4b5 (guppy-next) afb-xreq: Forbids (un)subscribes after reply
Bug-AGL: SPEC-2215
Bug-AGL: SPEC-2219
Bug-AGL: SPEC-2542
Bug-AGL: SPEC-2599
Change-Id: I84b2d1c46c13c1f18c2eb466284d2b4fc8fedc0b
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 2271923da..55cf82ca4 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 = "f878e8026a9c76311327eb840dc9252e9ed87379" +SRCREV = "328c4b574dfb30155b8e27d96d97a1a50b51ebb8" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |