Fix: can-bus not applied at kernel configuration
[AGL/meta-agl.git] / meta-app-framework / recipes-core / af-binder / af-binder_1.0.bb
index 353ec2b..dbde967 100644 (file)
@@ -15,11 +15,15 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "be584a083ec37786e2e16cd8483fb447b565df1e"
+SRCREV = "b2a1f5f40ec0663d57a18f97e04d1ce4901af468"
+PV = "dab+git${SRCPV}"
+
 S = "${WORKDIR}/git"
 
 inherit cmake pkgconfig
 
+CFLAGS_append_agl-devel = " -DAGL_DEVEL"
+
 pkg_postinst_${PN}() {
        mkdir -p "$D${libdir}/afb"
 }