From bc0717a20b77bd0a0f9b3be6c0cfa3407208611f Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 21 Mar 2022 10:06:34 +0000 Subject: [PATCH] qtinterfaceframework: remove workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Kirkstone has been updated with working nativesdk-python3 builds and qtinterfacewramework can now be included in the SDK. Pick-to: 6.3 6.3.0 6.2 Change-Id: Ibcaf520688a56f9607db89993aa9ec9e2d667844 Reviewed-by: Pasi Petäjäjärvi --- .../nativesdk-packagegroup-qt6-toolchain-host.bb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb b/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb index 9899da5..3b31381 100644 --- a/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb +++ b/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb @@ -43,10 +43,3 @@ RDEPENDS:${PN}:remove:mingw32 = " \ nativesdk-perl-modules \ ${@bb.utils.contains('BBFILE_COLLECTIONS', 'meta-python', 'nativesdk-qtinterfaceframework-dev nativesdk-qtinterfaceframework-tools', '', d)} \ " - -python () { - # qtinterfaceframework has dependencies that fail to build for nativesdk with meta-openembedded/master - if d.getVar('DISTRO_CODENAME', True) in ['master', 'kirkstone']: - PN = d.getVar('PN', True) - d.setVar('RDEPENDS:' + PN, d.getVar('RDEPENDS:' + PN).replace('nativesdk-qtinterfaceframework-dev', '').replace('nativesdk-qtinterfaceframework-tools', '')) -}