diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-12-05 17:45:43 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-07 18:53:19 +0000 |
commit | 78a318aab4bf67072fe91bd2ebbd6491da8f1304 (patch) | |
tree | 2d7909467b470a12af775047225e44cf22b82293 /meta-app-framework/recipes-core/af-binder | |
parent | a5a3ebfec7224596c164555ccf123be3476a1706 (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: If935974eb5eeef1238e835ab4b0a46011bfb51b4
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12323
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
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_1.0.inc | 2 |
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 3d0b1cd1e..586f44e91 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 = "5ed38596a529c1a63d6a3fab72861d14fbf1401c" +SRCREV = "adb89e71f1c366b0cabdf9e04aaed60b84a96f0e" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |