diff options
Diffstat (limited to 'meta-app-framework')
-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 = "\ |