diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-11-06 09:57:03 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-11-06 10:01:54 +0100 |
commit | 1b9334cefe7ec577a56b419d232c3cad28cca5c5 (patch) | |
tree | 4a1c06b8792139de3e3efdc3d394f902d2d665ee | |
parent | 67dc0ddbc142ca992a00342e4c5649529a8b0136 (diff) |
af-binder: Bump version
Includes
* 875007d afb-socket: Relax requirement of tcp ending slash
* 8754e33 afb-socket: Handle listening on all interfaces
* f3048dc samples: Fix compiling error
* 68fb4de afb-hsrv: Adapt to next version of libmicrohttpd
* dfe85ca Added an option to color out the ouput
* 61a0151 afb-session: Add language to session
* c1c4973 monitoring: Fix naming of apis
* 6b0b904 Make profile.d file consistent between rpm and debian
* 5ee4995 afb-apiset: Reorder priority of messages
* db0e684 AFB.html: Allow to call any verb of any API
* 6c9e231 afb-hsrv: Lower the "no handler" message
* deaf209 APIv3: Allow to write application binding
* 86e4c17 afb-api-so-v3: Keep root API in all cases
* fd57dbf genskel: Fix issues for C++ bindings v3
* 40fa7ea packaging/deb: install all headers
* 9ce66be Fix native deb pkg install dependency
* 195a03d afb-export: Emit a warning on bad 'afb_require_api' call
* efd6d20 afb-socket: API name cares of abstract UDS
* c19ce12 afb-session: Fix an issue in managing sessions
* 80c96d7 CMakeLists: Use AGLVERSION if set
Change-Id: Ie6a5efa651f5e9b9fab207f216514552993edfa5
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 635da5b92..9cc86bbc1 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 = "29f544ba5fa53407575b549c1d3b0a4e2619af8f" +SRCREV = "a868fc272224cc8737e2925aa5cc94f0dd0bc8d6" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |