mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 12:41:55 +02:00
* qtbase: Fix undefined reference to qt_blend_argb32_on_argb32_ssse3 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
30 lines
911 B
BlitzBasic
30 lines
911 B
BlitzBasic
require qt5-git.inc
|
|
require ${PN}.inc
|
|
|
|
SRC_URI = "\
|
|
git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
|
|
"
|
|
|
|
# common with -native
|
|
SRC_URI += "\
|
|
file://0001-Add-linux-oe-g-platform.patch \
|
|
file://0002-Add-external-hostbindir-option.patch \
|
|
file://0003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \
|
|
file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \
|
|
file://0005-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \
|
|
file://0001-Revert-Use-the-gcc-feature-in-simd.prf.patch \
|
|
"
|
|
|
|
# specific for native version
|
|
SRC_URI += " \
|
|
file://0006-Always-build-uic.patch \
|
|
"
|
|
|
|
do_install_append() {
|
|
# for modules which are still using syncqt and call qtPrepareTool(QMAKE_SYNCQT, syncqt)
|
|
# e.g. qt3d, qtwayland
|
|
ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt
|
|
}
|
|
|
|
SRCREV = "267ba8b63e0fbf02cde4d2709397ed0e12f34ee2"
|