X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-app-framework%2Frecipes-core%2Faf-binder%2Faf-binder_1.0.bb;h=05a7c762315de2a2be21a8424982891034c6280e;hb=d054bd313b05ed9e4d34b573c426a9e83f7901a9;hp=2ecb2aa94b4ace1f1beea7c7a5e293cdb848db72;hpb=219380d7da22fb679279ca56a72d692cc728f85d;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 2ecb2aa94..05a7c7623 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,31 +7,44 @@ 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_git = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=dab" SRC_URI_files = "" SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "e85e5d8ffe242f826b5f98e2834407b5d4c46690" +SRCREV = "2e4df370fed59a25d0bc157ccfb4642fb26d223f" +PV = "dab+git${SRCPV}" + S = "${WORKDIR}/git" inherit cmake pkgconfig -FILES_${PN} += "${datadir}" +EXTRA_OECMAKE_append_agl-devel = " -DAGL_DEVEL=1" +CFLAGS_append_agl-devel = " -DAGL_DEVEL" pkg_postinst_${PN}() { mkdir -p "$D${libdir}/afb" } ############################################# -# setup meta package +# setup package ############################################# -PACKAGES += "${PN}-meta" +PACKAGES += "${PN}-tools ${PN}-meta" + +FILES_${PN} += "${datadir}" + ALLOW_EMPTY_${PN}-meta = "1" +FILES_${PN}-tools = "\ + ${bindir}/afb-client-demo \ + ${bindir}/afb-genskel \ +" + +RDEPENDS_${PN}-dev += "libafbwsc-dev" + ############################################# # setup sample binding packages ############################################# @@ -64,7 +77,6 @@ FILES_libafbwsc = "\ FILES_libafbwsc-dev = "\ ${includedir}/afb/afb-wsj1.h \ ${includedir}/afb/afb-ws-client.h \ - ${bindir}/afb-client-demo \ ${libdir}/libafbwsc.so \ ${libdir}/pkgconfig/libafbwsc.pc \ " @@ -74,5 +86,4 @@ FILES_libafbwsc-dbg = "\ " RDEPENDS_libafbwsc-dbg += "${PN}-dbg libafbwsc-dev" -RDEPENDS_${PN}-dev += "libafbwsc-dev"