diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-08-26 16:48:13 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-08-30 16:33:10 +0000 |
commit | a6eef5063879a504244078f4a1c5b1b14f62bb5c (patch) | |
tree | 58b904edb23c9f0a8ed0bb45e3d53eb0f51b116e /meta-app-framework/recipes-core | |
parent | 9b5bc91b110585afe10cabb7f64f208f78d27496 (diff) |
meta-app-framework: bump binder to 170aef2
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 <stephane.desneux@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10709
Reviewed-by: José Bollo <jobol@nonadev.net>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 7 |
1 files 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 = "\ |