X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fonscreenapp%2Fonscreenapp_git.bb;h=32a7a2db3ff5db659c35edc333f31e9325ed4496;hb=39c3ae23a452272dbec96fb95b5928856eb05c42;hp=5278aaf4209924349341860a86cff7f1f38f4cc2;hpb=2984c298e538493dc9ca26a685ad82c0dbd15415;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/onscreenapp/onscreenapp_git.bb b/recipes-demo/onscreenapp/onscreenapp_git.bb index 5278aaf42..32a7a2db3 100644 --- a/recipes-demo/onscreenapp/onscreenapp_git.bb +++ b/recipes-demo/onscreenapp/onscreenapp_git.bb @@ -6,13 +6,13 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" +DEPENDS = "qtquickcontrols2 libhomescreen qlibhomescreen" + +PV = "1.0+git${SRCPV}" + SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/onscreenapp;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" -PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" -# build-time dependencies -DEPENDS += "qtquickcontrols2 libhomescreen qlibhomescreen" - inherit qmake5 aglwgt