mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 12:41:55 +02:00
* use latest revisions in 5.15 branches Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
501 B
BlitzBasic
18 lines
501 B
BlitzBasic
require qt5.inc
|
|
require qt5-git.inc
|
|
|
|
LICENSE = "GPL-3.0 | The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
"
|
|
|
|
DEPENDS += "qtbase qtdeclarative qtmultimedia"
|
|
|
|
SRCREV = "7cdded63b5d9d6b81c9d03a2f39d94d7b5230ccb"
|
|
|
|
# The same issue as in qtbase:
|
|
# http://errors.yoctoproject.org/Errors/Details/152641/
|
|
LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"
|
|
|
|
PACKAGECONFIG ?= "qtquickcompiler"
|