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=f5b6fece3fabcb01eeec8341789c52a5c7ee18dc;hb=5bc2388a778cead3fa16014c91da23c5368e3b7d;hp=ab4a476f13fd0a54ecca6d4383ce1bd576a2f4f6;hpb=f40999a681442f6c5a195e53710ac67e3e86d3a8;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 ab4a476f1..f5b6fece3 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,22 @@ 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 = "c4c474c056cd070706d5a3b0af7845c9493bfdaf" +PV = "dab+git${SRCPV}" + S = "${WORKDIR}/git" inherit cmake pkgconfig +EXTRA_OECMAKE_append_agl-devel = " -DAGL_DEVEL=1" +CFLAGS_append_agl-devel = " -DAGL_DEVEL" + pkg_postinst_${PN}() { mkdir -p "$D${libdir}/afb" }