mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Change-Id: Ifdd2095ebf7d64ab530258e989a85671de058ab9 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
16 lines
370 B
BlitzBasic
16 lines
370 B
BlitzBasic
LICENSE = "GFDL-1.3 & BSD & GPL-3.0 | The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
"
|
|
|
|
inherit qt6-cmake
|
|
|
|
include recipes-qt/qt6/qt6-git.inc
|
|
include recipes-qt/qt6/qt6.inc
|
|
|
|
DEPENDS = "qtbase qtshadertools-native"
|
|
|
|
BBCLASSEXTEND =+ "native nativesdk"
|
|
|
|
SRCREV = "d0a9ff570105c64583d7314035a95e57a4c5b0da"
|