X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Ftaskmanager%2Ftaskmanager_git.bb;h=9b96c868fd6bd03c3cceb5b5072314cc72100e30;hb=39c3ae23a452272dbec96fb95b5928856eb05c42;hp=68965eb558d3fd4f1f8d7eb478a9da466ce82845;hpb=41591d4f8c586aa801220fac0924556f406c58bd;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/taskmanager/taskmanager_git.bb b/recipes-demo/taskmanager/taskmanager_git.bb index 68965eb55..9b96c868f 100644 --- a/recipes-demo/taskmanager/taskmanager_git.bb +++ b/recipes-demo/taskmanager/taskmanager_git.bb @@ -1,25 +1,26 @@ -SUMMARY = "Task Manager for AGL Demonstration" -DESCRIPTION = "AGL HMI Application for demonstrating task visualisation and management on AGL Distribution" +SUMMARY = "Task Manager application" +DESCRIPTION = "AGL demonstration task visualization and management application" HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/taskmanager" SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" +DEPENDS = " \ + qtquickcontrols2 \ + qtwebsockets \ + qtcharts \ + libqtappfw \ + libhomescreen \ +" + +PV = "1.0+git${SRCPV}" + SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/taskmanager;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" -# build-time dependencies -DEPENDS += "qtquickcontrols2 \ - qtwebsockets \ - qtcharts \ - libqtappfw \ - libhomescreen \ -" - inherit qmake5 aglwgt RDEPENDS_${PN} += "agl-service-taskmanager libqtappfw"