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:
Samuli Piippo 2020-03-25 12:35:56 +02:00
parent 2237e27b99
commit b6dfcd8ed2

View File

@ -19,4 +19,8 @@ PACKAGECONFIG[translations] = ",,,qttranslations-${BPN}"
DEPENDS = "qtbase qtdeclarative"
do_configure_prepend() {
sed -i -e 's/QmlTools//' ${S}/CMakeLists.txt
}
SRCREV = "e13c5b753a1c579b28e8b0af950a3972d4475a92"