mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
Update all available SRCREVs and remove obsolete patches https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.8/release-note.md https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.9/release-note.md Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
22 lines
686 B
BlitzBasic
22 lines
686 B
BlitzBasic
require qt5.inc
|
|
require qt5-git.inc
|
|
|
|
LICENSE = "GPL-3.0-only | The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
"
|
|
|
|
DEPENDS += "qtbase qtwebsockets"
|
|
|
|
PACKAGECONFIG ?= "qtdeclarative"
|
|
PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative"
|
|
|
|
do_configure:prepend() {
|
|
# disable qtdeclarative test if it isn't enabled by PACKAGECONFIG
|
|
sed -e 's/^\(qtHaveModule(quick)\)/OE_QTDECLARATIVE_ENABLED:\1/' -i ${S}/src/plugins/platforms/webgl/webgl.pro
|
|
}
|
|
|
|
EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtdeclarative', 'CONFIG+=OE_QTDECLARATIVE_ENABLED', '', d)}"
|
|
|
|
SRCREV = "64beacdd2d0f6fe0796bd291c9ab33f206a333c3"
|