X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fmessaging%2Fmessaging_git.bb;h=972e9b828e5d1619afd6f99b774ab7d8f289f2a8;hb=de1dccae31b3c7c62f0e19102b7223d747f413ed;hp=f440ca89b0f8af82049d7f935bb6d61c09336eed;hpb=2d365a414869454e217e2b099872de0bc2519fda;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/messaging/messaging_git.bb b/recipes-demo/messaging/messaging_git.bb index f440ca89b..972e9b828 100644 --- a/recipes-demo/messaging/messaging_git.bb +++ b/recipes-demo/messaging/messaging_git.bb @@ -6,19 +6,17 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -DEPENDS = " \ - qtquickcontrols2 \ - libqtappfw \ - libhomescreen \ -" +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}" +SRCREV = "e58b0382de8e665d64b8e3486022a6bcb0572823" S = "${WORKDIR}/git" -inherit qmake5 aglwgt +inherit qmake5 pkgconfig agl-app -RDEPENDS_${PN} += "agl-service-bluetooth-map libqtappfw" +AGL_APP_NAME = "Messaging" + +RDEPENDS:${PN} += "libqtappfw"