summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb')
-rw-r--r--recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb b/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb
deleted file mode 100644
index 0a432db0..00000000
--- a/recipes-demo-hmi/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-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"
-
-DEPENDS = "qtquickcontrols2"
-
-PV = "1.0+git${SRCPV}"
-
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qtquickcontrols2-agl;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "22b538aae1f69de5273f1e42a854cfab23a32b60"
-
-S = "${WORKDIR}/git/"
-
-inherit qmake5
-
-FILES_${PN} += "${OE_QMAKE_PATH_QML}/AGL/Demo/Controls/*"
-
-RDEPENDS_${PN} += " \
- qtquickcontrols-qmlplugins \
- qtquickcontrols2-qmlplugins \
- qtsvg-plugins \
-"