qtinterfaceframework: remove workaround

Kirkstone has been updated with working nativesdk-python3
builds and qtinterfacewramework can now be included in the SDK.

Change-Id: Ibcaf520688a56f9607db89993aa9ec9e2d667844
Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
(cherry picked from commit bc0717a20b)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Samuli Piippo 2022-03-21 10:06:34 +00:00 committed by Qt Cherry-pick Bot
parent c702b23223
commit 41ec0c8c65

View File

@ -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', ''))
}