mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Bring all pyside changes from 6.8 branch. Change-Id: I1cd88142421b6b8ff493aad110c50b22bd921f66 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
17 lines
458 B
BlitzBasic
17 lines
458 B
BlitzBasic
require python3-pyside6.inc
|
|
|
|
DEPENDS += "qtbase clang-native python3-shiboken6-native"
|
|
|
|
OECMAKE_SOURCEPATH = "${S}/sources/shiboken6"
|
|
|
|
EXTRA_OECMAKE += "-DSHIBOKEN_BUILD_LIBS=ON"
|
|
|
|
do_install:append() {
|
|
# shiboken6.pc in package python3-shiboken6-dev contains reference to TMPDIR [buildpaths]
|
|
sed -i ${D}${QT6_INSTALL_LIBDIR}/pkgconfig/shiboken6.pc \
|
|
-e '/^python_/d' \
|
|
-e 's|${RECIPE_SYSROOT}||'
|
|
}
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|