mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Required for latest qtinterfaceframework. Fixes build issue:
"/home/qt/work/build/build/tmp/work/core2-64-poky-linux/qtinterfaceframework/6.5.7-r0/recipe-sysroot-native/usr/lib/python3.8/site-packages/qface/utils.py", line 22, in load_filters
| exec(path.text(), ctx)
| AttributeError: 'PosixPath' object has no attribute 'text'"
Adjusted recipe path that differ between lts-6.5 & lts-6.2.
Change-Id: I9a407553f7546344a49020b8ebf04540a73fbf0c
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
(cherry picked from commit 8eb975f21b)
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] = "b55c239f3ae7e23c5c8434f38901c5bcacb6afd17e88e37934b46e44558df295"
|
|
|
|
BBCLASSEXTEND = "nativesdk native"
|