summaryrefslogtreecommitdiffstats
path: root/recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb
blob: 75aed3aafc6fbf6439f0d78cf2dd70bdd698fd7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY     = "AGL QtQuickControls2 style customizations"
HOMEPAGE    = "https://git.automotivelinux.org/src/qtquickcontrols2-agl-style"
LICENSE     = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad"

DEPENDS = "qtdeclarative"

PV = "1.0+git${SRCPV}"

SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qtquickcontrols2-agl-style;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "4059077eb23b6338e153036c602972cbbb46cbb8"

S = "${WORKDIR}/git"

inherit qt6-qmake

FILES:${PN} += "${OE_QMAKE_PATH_QML}/QtQuick/Controls.2/AGL/*"

RDEPENDS:${PN} += " \
    qtsvg-plugins \
"