aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtcharts_git.bb
blob: 713f70c643117235450df0106b4b321cb5cba99e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 qtdeclarative-native qtmultimedia"

SRCREV = "165c768306357ace7c6a52e72c9c4c883c59de0c"

# 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"