Add now required pkgconfig inherit to restored app recipes
[AGL/meta-agl-demo.git] / recipes-demo / phone / phone_git.bb
index dbfb639..a5fa443 100644 (file)
@@ -15,10 +15,8 @@ SRCREV  = "${AGL_APP_REVISION}"
 
 S = "${WORKDIR}/git"
 
-inherit qmake5 aglwgt
+inherit qmake5 pkgconfig
 
-RDEPENDS_${PN} += " \
-    agl-service-telephony \
-    agl-service-bluetooth-pbap \
-    libqtappfw \
-"
+FILES:${PN} += "${datadir}/icons/ ${datadir}/sounds/"
+
+RDEPENDS:${PN} += "libqtappfw"