mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtquickcontrols2: workaround for bitness issues
The following configuration files were considered but not accepted: /home/sapiippo/development/build/cmake/host/install/lib/cmake/Qt6QmlTools/Qt6QmlToolsConfig.cmake, version: 6.0.0 (64bit)
This commit is contained in:
parent
2237e27b99
commit
b6dfcd8ed2
|
|
@ -19,4 +19,8 @@ PACKAGECONFIG[translations] = ",,,qttranslations-${BPN}"
|
|||
|
||||
DEPENDS = "qtbase qtdeclarative"
|
||||
|
||||
do_configure_prepend() {
|
||||
sed -i -e 's/QmlTools//' ${S}/CMakeLists.txt
|
||||
}
|
||||
|
||||
SRCREV = "e13c5b753a1c579b28e8b0af950a3972d4475a92"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user