Upgrade af-binder 51/9351/3
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 26 Apr 2017 11:47:34 +0000 (13:47 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 12 May 2017 21:53:18 +0000 (21:53 +0000)
This is a major upgrade. It includes:

* Use upgrade abitlity of libmicrohttpd 0.9.54
* Bugs, concurrent and typo fixes
* Add 'afb_daemon_queue_job' for bindings
* Integration with cynara
* Internal refactorings and improvements
* Draft of monitor API
* Draft of version 2 of bindings
* Draft of skeleton generator for bindings

Change-Id: Iaca30840daa89ecc70a9875d2fb1cc013014eea4
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9351
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Changhyeok Bae <changhyeok.bae@lge.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb

index 2ecb2aa..0683f46 100644 (file)
@@ -7,7 +7,7 @@ HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-f
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-DEPENDS = "file json-c libmicrohttpd systemd util-linux openssl"
+DEPENDS = "file json-c libmicrohttpd systemd util-linux openssl cynara"
 
 SRC_URI_git = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=master"
 SRC_URI_files = ""
@@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "e85e5d8ffe242f826b5f98e2834407b5d4c46690"
+SRCREV = "ae6f684d830871e81b0b4168424f6a4873eabbff"
 S = "${WORKDIR}/git"
 
 inherit cmake pkgconfig