Convert to new override syntax
[AGL/meta-agl-demo.git] / recipes-demo / navigation / tbtnavi_git.bb
index 0965eb9..a4f2254 100644 (file)
@@ -14,7 +14,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984 \
 DEPENDS = " \
     qtbase \
     qtquickcontrols2 \
-    qlibhomescreen \
     qtlocation \
     libqtappfw \
     wayland-native \
@@ -30,9 +29,10 @@ S = "${WORKDIR}/git"
 
 inherit qmake5 aglwgt pkgconfig
 
-RDEPENDS_${PN} += " \
+RDEPENDS:${PN} += " \
     qtlocation \
     ondemandnavi-config \
     agl-service-navigation \
+    agl-service-signal-composer \
     libqtappfw \
 "