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=c0e15820e812434aa3f584216e566040ad9b36d4;hb=8e79503e396c8f6cca9f35b6c57fc2f6972ec533;hp=de1704799a8065a1152fafda03b33470b0658655;hpb=4b93238ac25f7268ff0a3ac7140e0fd62533f03d;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 de1704799..c0e15820e 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,16 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "f6bc48698587758fb764bae66302002fe148e978" +SRCREV = "c9ec9b1a76ce90048974476b1a5aa1be89b58536" +PV = "master+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" }