summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt5/qtcharts_git.bb
blob: a2d4ced2b05bc5f83a32b24dd79db561248d1bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 = "9a4f99f518a49716cc9cc300eb456c6b13f9e8d1"

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