From 69db4e2fa1071f3b52a9e523ccabd35adaebb482 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 14 Oct 2025 11:50:39 +0000 Subject: [PATCH] pyside6: enable CMake build without wheel support Need to enable the super project build to avoid the unnecessary Wheel targets. Task-number: QTBUG-141036 Change-Id: I642a902177d801b6259d5c7b929c6d94018e2bcc Reviewed-by: Ari Parkkila --- recipes-python/pyside6/python3-pyside6.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-python/pyside6/python3-pyside6.inc b/recipes-python/pyside6/python3-pyside6.inc index 22d6720..66863e0 100644 --- a/recipes-python/pyside6/python3-pyside6.inc +++ b/recipes-python/pyside6/python3-pyside6.inc @@ -27,6 +27,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/pyside6:" EXTRA_OECMAKE += "\ -DBUILD_TESTS=FALSE \ -DQFP_PYTHON_SITE_PACKAGES=${PYTHON_SITEPACKAGES_DIR} \ + -Dis_pyside6_superproject_build=ON \ " EXTRA_OECMAKE:append:class-target = " -DQFP_SHIBOKEN_HOST_PATH=${STAGING_EXECPREFIXDIR} -DQFP_PYTHON_HOST_PATH=${PYTHON}"