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=81e11e9e0744850c193c4ace4acf86236b0e54da;hb=refs%2Fchanges%2F45%2F10045%2F3;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..81e11e9e0 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 @@ -9,17 +9,21 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 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 = "8abd9262e343aec71e07388bdf829d4f76d6529e" +SRCREV = "19af5428bedcac6b4de7a1ac068f49738aeb1e55" +PV = "dab+git${SRCPV}" + S = "${WORKDIR}/git" inherit cmake pkgconfig +CFLAGS_append_agl-devel = " -DAGL_DEVEL" + pkg_postinst_${PN}() { mkdir -p "$D${libdir}/afb" } @@ -38,7 +42,7 @@ FILES_${PN}-tools = "\ ${bindir}/afb-genskel \ " -RDEPENDS_${PN}-dev += "${PN}-tools libafbwsc-dev" +RDEPENDS_${PN}-dev += "libafbwsc-dev" ############################################# # setup sample binding packages