X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-app-framework%2Frecipes-core%2Faf-binder%2Faf-binder_1.0.bb;h=874ef820faee18c4ee3251e3811b0cc043eca88c;hb=31939127b646c0bfcd3983b8b0bfd4ab46f24e7f;hp=cc475bd7071365b278a3fabf37fa86454a1eb5cb;hpb=efbf8d90317e935611c3fc1832ee2e715999334b;p=AGL%2Fmeta-agl.git 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 cc475bd70..874ef820f 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,11 +15,15 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "8abd9262e343aec71e07388bdf829d4f76d6529e" +SRCREV = "159c895986f2358d6df8bb5804cc4419cc6b457f" +PV = "master+git${SRCPV}" + S = "${WORKDIR}/git" inherit cmake pkgconfig +EXTRA_OECMAKE_append_agl-devel = " -DAGL_DEVEL=ON -DINCLUDE_MONITORING=ON" + pkg_postinst_${PN}() { mkdir -p "$D${libdir}/afb" } @@ -31,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 = "\ @@ -38,7 +44,7 @@ FILES_${PN}-tools = "\ ${bindir}/afb-genskel \ " -RDEPENDS_${PN}-dev += "${PN}-tools libafbwsc-dev" +RDEPENDS_${PN}-dev += "libafbwsc-dev" ############################################# # setup sample binding packages