Add systemd synchronization script
[AGL/meta-agl.git] / meta-app-framework / recipes-core / af-binder / af-binder_1.0.bb
index bc4352d..81e11e9 100644 (file)
@@ -15,11 +15,15 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "17e428f46f0e093270be7eff79788e1575bcfb14"
+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"
 }