X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fmessaging%2Fmessaging_git.bb;h=0da2c9e039cabf8fa5765b64339c097662df173c;hb=refs%2Fchanges%2F56%2F27256%2F7;hp=fbdff55fd34380e104a8ae079b4796499f150027;hpb=2984c298e538493dc9ca26a685ad82c0dbd15415;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/messaging/messaging_git.bb b/recipes-demo/messaging/messaging_git.bb index fbdff55fd..0da2c9e03 100644 --- a/recipes-demo/messaging/messaging_git.bb +++ b/recipes-demo/messaging/messaging_git.bb @@ -6,18 +6,17 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" +DEPENDS = "qtquickcontrols2 libqtappfw" + +PV = "1.0+git${SRCPV}" + SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/messaging;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" -# build-time dependencies -DEPENDS += "qtquickcontrols2 \ - libqtappfw \ - libhomescreen \ -" +inherit qmake5 pkgconfig -inherit qmake5 aglwgt +FILES:${PN} += "${datadir}/icons/" -RDEPENDS_${PN} += "agl-service-bluetooth-map libqtappfw" +RDEPENDS:${PN} += "libqtappfw"