From: José Bollo Date: Wed, 26 Apr 2017 11:47:34 +0000 (+0200) Subject: Upgrade af-binder X-Git-Tag: 3.99.1~30 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F51%2F9351%2F3;p=AGL%2Fmeta-agl.git 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9351 Reviewed-by: Matt Ranostay Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Changhyeok Bae Reviewed-by: Jan-Simon Moeller --- 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