X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fcluster-dashboard%2Fcluster-dashboard_git.bb;h=480d1f22d55cb738467c673f6f6ed2c670767715;hb=94a051785cdb588bc3a475a5490f1f286176d646;hp=da15ac83b2881b9d3b6bbf329630e7862e707650;hpb=41591d4f8c586aa801220fac0924556f406c58bd;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb b/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb index da15ac83b..480d1f22d 100644 --- a/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb +++ b/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb @@ -1,5 +1,5 @@ -SUMMARY = "Instrument Cluster Dashboard AGL Demonstration" -DESCRIPTION = "AGL HMI Application for demonstrating instrument cluster dashboard" +SUMMARY = "Instrument Cluster Dashboard application" +DESCRIPTION = "AGL demonstration instrument cluster dashboard application" HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-cluster-demo-dashboard" SECTION = "apps" @@ -7,23 +7,25 @@ LICENSE = "Apache-2.0 & BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984 \ file://app/cluster-gauges.qml;beginline=9;endline=48;md5=54187d50b29429abee6095fe8b7c1a78" -SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-cluster-demo-dashboard;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AGL_APP_REVISION}" +DEPENDS = " \ + qtquickcontrols2 libqtappfw glib-2.0 \ + wayland-native wayland qtwayland qtwayland-native \ +" PV = "1.0+git${SRCPV}" -S = "${WORKDIR}/git" -# build-time dependencies -DEPENDS += "qtquickcontrols2 qtwebsockets libqtappfw glib-2.0 \ - wayland-native wayland qtwayland qtwayland-native" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-cluster-demo-dashboard;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" + +S = "${WORKDIR}/git" inherit pkgconfig cmake_qt5 aglwgt -RDEPENDS_${PN} += " \ - qtquickcontrols \ - qtquickcontrols-qmlplugins \ - qtquickcontrols2 \ - qtquickcontrols2-qmlplugins \ - libqtappfw \ - agl-service-signal-composer \ +RDEPENDS:${PN} += " \ + qtquickcontrols \ + qtquickcontrols-qmlplugins \ + qtquickcontrols2 \ + qtquickcontrols2-qmlplugins \ + libqtappfw \ + agl-service-signal-composer \ "