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 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb b/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb new file mode 100644 index 000000000..094edf7bf --- /dev/null +++ b/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb @@ -0,0 +1,25 @@ +SUMMARY = "AGL demo custom QtQuickControls2 widgets" +HOMEPAGE = "https://git.automotivelinux.org/gerrit/#/admin/projects/src/qtquickcontrols2-agl" +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" + +PV = "1.0+git${SRCPV}" + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qtquickcontrols2-agl;protocol=http" +SRCREV = "${AUTOREV}" + +# Pinned branch/SRCREV for Charming Chinook +SRC_URI_chinook = "git://gerrit.automotivelinux.org/gerrit/src/qtquickcontrols2-agl;protocol=http;branch=chinook" +SRCREV_chinook = "a7ac743468f50d6d2e2c3bcd275adc53b7ac26b1" + +S = "${WORKDIR}/git/" + +inherit qmake5 + +FILES_${PN} += "${OE_QMAKE_PATH_QML}/AGL/Demo/Controls/*" + +RDEPENDS_${PN} += " \ + qtquickcontrols-qmlplugins \ + qtquickcontrols2-qmlplugins \ + qtsvg-plugins \ +" |