mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Adds Qt Interface Language (QFace) library
* Add also python dependencies that are not available from
meta-python
Task-number: QTBUG-94105
Change-Id: I08e5198834c36b0019bbc99a3a3f0b0fbc8b422a
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
(cherry picked from commit bfd5af7306)
12 lines
322 B
BlitzBasic
12 lines
322 B
BlitzBasic
DEPS = "python3-pathtools3"
|
|
DEPENDS = "${DEPS}"
|
|
RDEPENDS:${PN} = "${DEPS}"
|
|
inherit pypi setuptools3
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
SRC_URI[sha256sum] = "965f658d0732de3188211932aeb0bb457587f04f63ab4c1e33eab878e9de961d"
|
|
|
|
BBCLASSEXTEND = "nativesdk native"
|