From a6eef5063879a504244078f4a1c5b1b14f62bb5c Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Sat, 26 Aug 2017 16:48:13 +0200 Subject: [PATCH] meta-app-framework: bump binder to 170aef2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Major changes: * monitoring: add option --monitoring and enable UI * afb-config: rework on option --random-token * afb-config: Add short -p option for --port * Add option --no-ldpaths to avoid default ldpaths * Add option --weak-ldpaths (for weak loading path) * Bug fixes Change-Id: Ieb02ff71ad0157b3bc754e7a163c860caedf72b5 Signed-off-by: Stephane Desneux Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10709 Reviewed-by: José Bollo Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 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 05e0a7a1c..91e620448 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 @@ -15,15 +15,14 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "8406a51db98b563a4562f26de8338efc0478aff2" +SRCREV = "170aef20bc3a59d5139c2eff8794d9ba4c83a2e5" PV = "master+git${SRCPV}" S = "${WORKDIR}/git" inherit cmake pkgconfig -EXTRA_OECMAKE_append_agl-devel = " -DAGL_DEVEL=1" -CFLAGS_append_agl-devel = " -DAGL_DEVEL" +EXTRA_OECMAKE_append_agl-devel = " -DAGL_DEVEL=ON -DINCLUDE_MONITORING=ON" pkg_postinst_${PN}() { mkdir -p "$D${libdir}/afb" @@ -36,6 +35,8 @@ PACKAGES += "${PN}-tools ${PN}-meta" FILES_${PN} += "${datadir}" +FILES_${PN}_append_agl-devel = " ${libdir}/afb/monitoring" + ALLOW_EMPTY_${PN}-meta = "1" FILES_${PN}-tools = "\ -- 2.16.6