1require qt5.inc 2require qt5-git.inc 3 4LICENSE = "GPL-3.0-only | The-Qt-Company-Commercial" 5LIC_FILES_CHKSUM = " \ 6 file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ 7" 8 9DEPENDS += "qtbase qtdeclarative qtmultimedia" 10 11SRCREV = "df56d9b4e6373b5975b6cf636ffb5ccdebe9e9fc" 12 13# The same issue as in qtbase: 14# http://errors.yoctoproject.org/Errors/Details/152641/ 15LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" 16 17PACKAGECONFIG ?= "qtquickcompiler" 18