summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-12-05 17:45:43 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-07 20:20:34 +0000
commit9bbf45fffa6412d545c8d223dc61bae60ae09548 (patch)
treefecc66719444c6e13734bacf680dd117d3efe9fd
parent0e83de851313a5b85c3688da7d278cc27ea76093 (diff)
af-binder: Make weak ws-client by default (to be fixed)
The case of unicens service that can be here or not creates problem to the binding 4a when the service is not here. This commits makes the requirement of ws-client socket optional. This unblocks the situation but need to be fixed later, for example, by introducing an explicit weak requirement. Bug-AGL: SPEC-1151 Change-Id: I64864996032510f9540a6d1710cbac6e90889658 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12349 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>
-rw-r--r--meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc
index 7c0850e25..970a87779 100644
--- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc
+++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.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 = "f998f25fca8fc2cb4d1ff6bc6b9dd3b7ba5322ce"
+SRCREV = "f1b9dde05e420a06ee4a3f53d8bbd2739e255fb3"
PV = "${AGL_BRANCH}+git${SRCPV}"
S = "${WORKDIR}/git"