mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Pick-to: 6.3 6.2 Change-Id: Ied805f6349eaaaa2bdff82712a5b24ca8817e02f Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
22 lines
581 B
BlitzBasic
22 lines
581 B
BlitzBasic
inherit pypi setuptools3
|
|
|
|
DEPS += " python3-jinja2 \
|
|
python3-click \
|
|
python3-pyyaml \
|
|
python3-pytest \
|
|
python3-six \
|
|
python3-path \
|
|
python3-antlr4-runtime \
|
|
python3-watchdog \
|
|
python3-markupsafe \
|
|
python3-setuptools \
|
|
"
|
|
DEPENDS += "${DEPS}"
|
|
RDEPENDS:${PN} += "${DEPS}"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=eee61e10a40b0e3045ee5965bcd9a8b5"
|
|
SRC_URI[sha256sum] = "42b0a0d37ed77cf1a9994f5ed77e3a6138468241df1700667a9ab0b848d6ad57"
|
|
|
|
BBCLASSEXTEND = "nativesdk native"
|