diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-03-16 16:34:34 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-03-16 16:34:34 +0100 |
commit | 4108d5d13e67d0e516230df62d741736143b1c99 (patch) | |
tree | 52bbdf452c594b312b5c72358028db50ad873e61 /meta-app-framework | |
parent | f76255eb84830a981c2539b2706d8c4ec9134939 (diff) |
af-binder: Bug fix
This fix bug in connection of websockets. It appears
that the bug is herre since months but was not detected
before 14th March 2018.
Also, include a fix for future version of libmicrohttpd
(newer than 0.9.59).
Bug-AGL: SPEC-1345
Change-Id: I6f13c437255fc2079361a61dd274163e39822522
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework')
-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 48123c0b4..09fb6fd97 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 = "bd10bc4405f3777fe495cb9f62818d67ab584854" +SRCREV = "5b26086e8e634d1fcd2e65dc164fd3453f43942b" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |