X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fmessaging%2Fmessaging_git.bb;h=972e9b828e5d1619afd6f99b774ab7d8f289f2a8;hb=731adc93b2fed74bc4410dff510fb019d10f253f;hp=d2e3ff80d5817c24fb44d1fddac816f1f9cb500b;hpb=41591d4f8c586aa801220fac0924556f406c58bd;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/messaging/messaging_git.bb b/recipes-demo/messaging/messaging_git.bb index d2e3ff80d..972e9b828 100644 --- a/recipes-demo/messaging/messaging_git.bb +++ b/recipes-demo/messaging/messaging_git.bb @@ -1,23 +1,22 @@ -SUMMARY = "Messaging application for AGL Demonstration" -DESCRIPTION = "AGL HMI Application for demonstrating messaging on AGL Distribution" +SUMMARY = "Messaging application" +DESCRIPTION = "AGL demonstration Messaging application" HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/messaging" SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/messaging;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AGL_APP_REVISION}" +DEPENDS = "qtquickcontrols2 libqtappfw" PV = "1.0+git${SRCPV}" + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/messaging;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "e58b0382de8e665d64b8e3486022a6bcb0572823" + S = "${WORKDIR}/git" -# build-time dependencies -DEPENDS += "qtquickcontrols2 \ - libqtappfw \ - libhomescreen \ -" +inherit qmake5 pkgconfig agl-app -inherit qmake5 aglwgt +AGL_APP_NAME = "Messaging" -RDEPENDS_${PN} += "agl-service-bluetooth-map libqtappfw" +RDEPENDS:${PN} += "libqtappfw"