Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.7
-
None
-
Yocto meta-qt5 layer
branch: v5.9.7
-
-
97ae8d8ea423d7fa012e64b7c84b0dcbaf5f444f (yocto/meta-qt5/5.9)
Description
With the change of qtscript 5.9.6 to qtscript 5.9.7 the licence files in the qt/qtscript repository have changed.
The recipe qtscript_git.bb in the v5.9.7 branch of the meta-qt5 repository does not reflect these changes and causes build errors.
A current workaround is to create a qtscript_%.bbappend recipe in a personal yocto layer with following content:
LIC_FILES_CHKSUM = " \ file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \ file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \"
{{}}