diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-04-26 13:47:34 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-05-12 21:53:18 +0000 |
commit | 744f96359a0066c6703f9fb5e7d818eeadcc2c6d (patch) | |
tree | a0d33cb64e100ee0288bb4c2a870c1a3f3b77035 /meta-app-framework | |
parent | 272689b49e33a6be03404115d41e449d948b2665 (diff) |
Upgrade af-binder
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>
Diffstat (limited to 'meta-app-framework')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb index 2ecb2aa94..0683f4694 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb @@ -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 |