qtinterfaceframework: remove workaround

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 <pasi.petajajarvi@qt.io>
This commit is contained in:
Samuli Piippo 2022-03-21 10:06:34 +00:00
parent c3d4a5722f
commit bc0717a20b

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