mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 20:51:54 +02:00
* Gitorious disabled the git:// protocol, breaking fetches. * Also, this service is scheduled to stop in May 2015, so move to code.qt.io. * qt5everywheredemo needs different SRCREV because this repo was recreated in code.qt.io and SRCREV 9a868f96ee63c21ceda890d8dfc9d33f093d1b6d doesn't exist on code.qt.io It was initial commit in gitorious repo: commit 9a868f96ee63c21ceda890d8dfc9d33f093d1b6d Author: Sergio Ahumada <sergio.ahumada@digia.com> Date: Wed Jul 3 12:09:40 2013 +0200 Initial commit This is exactly matching with this commit in code.qt.io: commit c17fe9e0ec0882ac4c4dc1168095f569acab5d09 Author: Kimmo Ollila <kimmo.ollila@digia.com> Date: Wed Jun 19 13:02:05 2013 +0300 Fixed radio crash on application close Signed-off-by: Frederico Cadete <frederico@cadete.eu> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
40 lines
1.6 KiB
BlitzBasic
40 lines
1.6 KiB
BlitzBasic
require qt5-git.inc
|
|
require ${PN}.inc
|
|
|
|
SRC_URI = "\
|
|
git://code.qt.io/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
|
|
"
|
|
|
|
# common for qtbase-native, qtbase-nativesdk and qtbase
|
|
SRC_URI += "\
|
|
file://0001-Add-linux-oe-g-platform.patch \
|
|
file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \
|
|
file://0003-Add-external-hostbindir-option.patch \
|
|
file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \
|
|
file://0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \
|
|
file://0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \
|
|
file://0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch \
|
|
file://0008-configure-bump-path-length-from-256-to-512-character.patch \
|
|
file://0009-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \
|
|
file://0010-QOpenGLPaintDevice-sub-area-support.patch \
|
|
"
|
|
|
|
# common for qtbase-native and nativesdk-qtbase
|
|
SRC_URI += " \
|
|
file://0011-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 = "06e706bdbb826b521389409b53079483fda5584a"
|
|
|
|
LICENSE = "GFDL-1.3 & LGPL-2.1 | LGPL-3.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \
|
|
file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \
|
|
file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \
|
|
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e"
|