mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
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:
parent
c3d4a5722f
commit
bc0717a20b
|
|
@ -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', ''))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user