diff options
Diffstat (limited to 'recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb')
-rw-r--r-- | recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb b/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb index 6626811d3..cedee34aa 100644 --- a/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb +++ b/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb @@ -5,11 +5,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" DEPENDS = "qtquickcontrols2" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qtquickcontrols2-agl;protocol=https;branch=dab" +SRCREV = "99437bc7f2c41d534b2585650b01dc1683da857f" PV = "1.0+git${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qtquickcontrols2-agl;protocol=http" -SRCREV = "${AUTOREV}" - S = "${WORKDIR}/git/" inherit qmake5 |