Switch Qt demo to KUKSA.val databroker
[AGL/meta-agl-demo.git] / recipes-demo / libqtappfw / libqtappfw_git.bb
index 509ccc4..ebc99b3 100644 (file)
@@ -2,7 +2,6 @@ SUMMARY     = "AGL Qt AppFW Library"
 DESCRIPTION = "libqtappfw"
 HOMEPAGE    = "http://docs.automotivelinux.org"
 SECTION     = "libs"
-
 LICENSE     = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
 
@@ -19,10 +18,11 @@ DEPENDS = " \
     grpc-native \
     protobuf \
     grpc \
+    kuksa-databroker \
 "
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}"
-SRCREV  = "1234b2771bc45a885df54a779dfb8a125f315f93"
+SRCREV  = "e6e998428529bb788e2412e84757ad9a0b71fb32"
 S       = "${WORKDIR}/git"
 
 # PV needs to be modified with SRCPV to work AUTOREV correctly
@@ -30,6 +30,8 @@ PV = "2.0.1+git${SRCPV}"
 
 inherit meson pkgconfig
 
-RRECOMMENDS:${PN} += "bluez5 connman mpd"
+EXTRA_OEMESON += "-Dprotos=${STAGING_INCDIR}"
+
+RRECOMMENDS:${PN} += "bluez5 connman mpd kuksa-databroker"
 
 BBCLASSEXTEND = "nativesdk"