mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-04 05:04:36 +02:00
qt5: upgrade to 5.11 Alpha
* use qtwebkit and qtwebkit-examples from dev branch, because there is no 5.11 branch (there isn't 5.10 as well, but because nobranch=1 in qt5-git.inc nobody noticed). * qtbase: drop qml-debug options removed from qtbase in: commit 525f8516c2580018f910cfb99ab5e0e36bd55ab1 Author: Ulf Hermann <ulf.hermann@qt.io> Date: Fri Oct 6 16:27:09 2017 +0200 Subject: Remove qml-debug configure flag and feature * qtgraphicaleffects, qtquickcontrols2, qtquickcontrols, qtvirtualkeyboard: add qtdeclarative-native dependency needed for qmlcachegen binary * qtwebkit: update LIC_FILES_CHKSUM and remove PACKAGECONFIGs referenced files disappered in: commit 6882a04fb36642862b11efe514251d32070c3d65 Author: Konstantin Tokarev <annulen@yandex.ru> Date: Thu Aug 25 19:20:41 2016 +0300 Subject: Imported QtWebKit TP3 (git b57bc6801f1876c3220d5a4bfea33d620d477443) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -25,8 +25,8 @@ require qt5-git.inc
|
||||
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtbase:"
|
||||
|
||||
# common for qtbase-native, qtbase-nativesdk and qtbase
|
||||
# Patches from https://github.com/meta-qt5/qtbase/commits/b5.10-shared
|
||||
# 5.10.meta-qt5-shared.2
|
||||
# Patches from https://github.com/meta-qt5/qtbase/commits/b5.11-shared
|
||||
# 5.11.meta-qt5-shared.1
|
||||
SRC_URI += "\
|
||||
file://0001-Add-linux-oe-g-platform.patch \
|
||||
file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \
|
||||
@@ -43,8 +43,8 @@ SRC_URI += "\
|
||||
"
|
||||
|
||||
# common for qtbase-native and nativesdk-qtbase
|
||||
# Patches from https://github.com/meta-qt5/qtbase/commits/b5.10-native
|
||||
# 5.10.meta-qt5-native.2
|
||||
# Patches from https://github.com/meta-qt5/qtbase/commits/b5.11-native
|
||||
# 5.11.meta-qt5-native.1
|
||||
SRC_URI += " \
|
||||
file://0013-Always-build-uic-and-qvkgen.patch \
|
||||
"
|
||||
@@ -123,7 +123,6 @@ do_configure() {
|
||||
-no-accessibility \
|
||||
-no-cups \
|
||||
-no-gui \
|
||||
-no-qml-debug \
|
||||
-no-sql-mysql \
|
||||
-no-sql-sqlite \
|
||||
-no-opengl \
|
||||
@@ -212,4 +211,4 @@ fakeroot do_generate_qt_environment_file() {
|
||||
do_generate_qt_environment_file[umask] = "022"
|
||||
addtask generate_qt_environment_file after do_install before do_package
|
||||
|
||||
SRCREV = "6c6ace9d23f90845fd424e474d38fe30f070775e"
|
||||
SRCREV = "17b73b0d2b8e0d643bdf13b543cc23d657a4b330"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 05562960b7a3ed7753c9a39a7032fea873fc4098 Mon Sep 17 00:00:00 2001
|
||||
From cab5a0bcf52370fede85ee02896ce1a2979d6631 Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
||||
Date: Wed, 10 Feb 2016 09:02:09 +0200
|
||||
Subject: [PATCH] Allow a tools-only build
|
||||
@@ -40,12 +40,12 @@ index 8ba2d9a..e973d93 100644
|
||||
} else {
|
||||
include(assimp.pri)
|
||||
diff --git a/tools/tools.pro b/tools/tools.pro
|
||||
index 8e973ae..ad51db5 100644
|
||||
index 64f2b9f..d108e7f 100644
|
||||
--- a/tools/tools.pro
|
||||
+++ b/tools/tools.pro
|
||||
@@ -1,4 +1,4 @@
|
||||
TEMPLATE = subdirs
|
||||
QT_FOR_CONFIG += 3dcore-private
|
||||
-!android:qtConfig(assimp):qtConfig(commandlineparser): \
|
||||
+!android:tools-only|qtConfig(assimp):qtConfig(commandlineparser): \
|
||||
-qtConfig(assimp):qtConfig(commandlineparser): \
|
||||
+tools-only|qtConfig(assimp):qtConfig(commandlineparser): \
|
||||
SUBDIRS += qgltf
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From fc23039612ab9aed4f994b4390016e71ceee8165 Mon Sep 17 00:00:00 2001
|
||||
From d6e714f9c2b1e5ed238084e254268d70d2093ae1 Mon Sep 17 00:00:00 2001
|
||||
From: Kim Kulling <kim.kulling@googlemail.com>
|
||||
Date: Mon, 7 Nov 2016 17:19:49 +0100
|
||||
Subject: [PATCH] Fix BlenderDNA for clang cross compiler.
|
||||
|
||||
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = " \
|
||||
DEPENDS += "qtbase"
|
||||
DEPENDS_class-target += "qtdeclarative qt3d-native"
|
||||
|
||||
# Patches from https://github.com/meta-qt5/qt3d/commits/b5.10
|
||||
# 5.10.meta-qt5.2
|
||||
# Patches from https://github.com/meta-qt5/qt3d/commits/b5.11
|
||||
# 5.11.meta-qt5.1
|
||||
SRC_URI += " \
|
||||
file://0001-Allow-a-tools-only-build.patch \
|
||||
file://0002-Fix-BlenderDNA-for-clang-cross-compiler.patch \
|
||||
@@ -37,6 +37,6 @@ do_configure_prepend() {
|
||||
${S}/src/quick3d/imports/input/importsinput.pro
|
||||
}
|
||||
|
||||
SRCREV = "31f424bb81cd2583920d3d521e1e01f01c2d28e2"
|
||||
SRCREV = "e813fb36e782c5e0ab7c25b9c069cee709692506"
|
||||
|
||||
BBCLASSEXTEND += "native nativesdk"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Copyright (C) 2013-2018 Martin Jansa <martin.jansa@gmail.com>
|
||||
|
||||
QT_MODULE ?= "${BPN}"
|
||||
QT_MODULE_BRANCH ?= "5.10.1"
|
||||
QT_MODULE_BRANCH ?= "5.11"
|
||||
QT_MODULE_BRANCH_PARAM ?= "branch=${QT_MODULE_BRANCH}"
|
||||
|
||||
# each module needs to define valid SRCREV
|
||||
@@ -14,4 +14,4 @@ CVE_PRODUCT = "qt"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PV = "5.10.1+git${SRCPV}"
|
||||
PV = "5.10.1+5.11-alpha+git${SRCPV}"
|
||||
|
||||
@@ -20,8 +20,8 @@ require qt5-native.inc
|
||||
require qt5-git.inc
|
||||
|
||||
# common for qtbase-native, qtbase-nativesdk and qtbase
|
||||
# Patches from https://github.com/meta-qt5/qtbase/commits/b5.10-shared
|
||||
# 5.10.meta-qt5-shared.2
|
||||
# Patches from https://github.com/meta-qt5/qtbase/commits/b5.11-shared
|
||||
# 5.11.meta-qt5-shared.1
|
||||
SRC_URI += "\
|
||||
file://0001-Add-linux-oe-g-platform.patch \
|
||||
file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \
|
||||
@@ -39,7 +39,7 @@ SRC_URI += "\
|
||||
|
||||
# common for qtbase-native and nativesdk-qtbase
|
||||
# Patches from https://github.com/meta-qt5/qtbase/commits/b5.10-native
|
||||
# 5.10.meta-qt5-native.2
|
||||
# 5.11.meta-qt5-native.1
|
||||
SRC_URI += " \
|
||||
file://0013-Always-build-uic-and-qvkgen.patch \
|
||||
"
|
||||
@@ -65,7 +65,6 @@ PACKAGECONFIG_CONFARGS = " \
|
||||
-no-accessibility \
|
||||
-no-cups \
|
||||
-no-gui \
|
||||
-no-qml-debug \
|
||||
-no-sql-mysql \
|
||||
-no-sql-sqlite \
|
||||
-no-opengl \
|
||||
@@ -137,4 +136,4 @@ do_install() {
|
||||
echo 'set(_qt5_corelib_extra_includes "${_qt5Core_install_prefix}/lib${QT_DIR_NAME}/mkspecs/linux-oe-g++")' > ${D}${libdir}/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake
|
||||
}
|
||||
|
||||
SRCREV = "6c6ace9d23f90845fd424e474d38fe30f070775e"
|
||||
SRCREV = "17b73b0d2b8e0d643bdf13b543cc23d657a4b330"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 1ed7a2e9a883fe1240d89b7b70fb0f296bb2b54f Mon Sep 17 00:00:00 2001
|
||||
From 27bee79f05319c35a0538b5c876841563ecd42f6 Mon Sep 17 00:00:00 2001
|
||||
From: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
Date: Mon, 15 Apr 2013 04:29:32 +0200
|
||||
Subject: [PATCH] Add linux-oe-g++ platform
|
||||
@@ -30,7 +30,7 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
create mode 100644 mkspecs/linux-oe-g++/qplatformdefs.h
|
||||
|
||||
diff --git a/configure b/configure
|
||||
index 08b49a8..5876721 100755
|
||||
index 9757254..add3e56 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -712,7 +712,7 @@ fi
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From c7dd4e5de1fac8c35df79a86418b6cd552024bd0 Mon Sep 17 00:00:00 2001
|
||||
From 6918a52c286a7c174f048643038bac84bfd4ad76 Mon Sep 17 00:00:00 2001
|
||||
From: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
Date: Sat, 6 Apr 2013 13:15:07 +0200
|
||||
Subject: [PATCH] cmake: Use OE_QMAKE_PATH_EXTERNAL_HOST_BINS
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From f1d359e60e76867cee1df636c5c834fe829f5316 Mon Sep 17 00:00:00 2001
|
||||
From e6ab481548fa56b388c6a18a11baf112bb3189dd Mon Sep 17 00:00:00 2001
|
||||
From: Holger Freyther <zecke@selfish.org>
|
||||
Date: Wed, 26 Sep 2012 17:22:30 +0200
|
||||
Subject: [PATCH] qlibraryinfo: allow to set qt.conf from the outside using the
|
||||
@@ -19,7 +19,7 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp
|
||||
index b4ba0b5..11d4c00 100644
|
||||
index 422d08f..a59df4f 100644
|
||||
--- a/src/corelib/global/qlibraryinfo.cpp
|
||||
+++ b/src/corelib/global/qlibraryinfo.cpp
|
||||
@@ -172,7 +172,10 @@ void QLibrarySettings::load()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From cb813ec552f965208ecfc9750a0fbf10841322fb Mon Sep 17 00:00:00 2001
|
||||
From 91a51709be1af7b1b5444ea5725ad0dbcf7b2bbe Mon Sep 17 00:00:00 2001
|
||||
From: Denys Dmytriyenko <denys@ti.com>
|
||||
Date: Tue, 25 Aug 2015 10:05:15 -0400
|
||||
Subject: [PATCH] configure: bump path length from 256 to 512 characters
|
||||
@@ -15,10 +15,10 @@ Signed-off-by: Denys Dmytriyenko <denys@ti.com>
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/configure.pri b/configure.pri
|
||||
index ea48255..0699701 100644
|
||||
index a67860f..30c4a63 100644
|
||||
--- a/configure.pri
|
||||
+++ b/configure.pri
|
||||
@@ -796,10 +796,10 @@ defineTest(qtConfOutput_preparePaths) {
|
||||
@@ -819,10 +819,10 @@ defineTest(qtConfOutput_preparePaths) {
|
||||
"static const char qt_configure_installation [12+11] = \"qt_instdate=2012-12-20\";" \
|
||||
"" \
|
||||
"/* Installation Info */" \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 6cd8e808e0eb8fa26976da66dd3dfdd58c1d026a Mon Sep 17 00:00:00 2001
|
||||
From bdd3fc615f2ea39dbf2c6d32e6f321582a49508d Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Mon, 24 Oct 2016 09:45:18 +0300
|
||||
Subject: [PATCH] Disable all unknown features instead of erroring out
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From e3fe48be51aa67227ac1b34c01e4c913d82866c2 Mon Sep 17 00:00:00 2001
|
||||
From abaf5cde503901aae1dc1cb1ede28a17ff51cee8 Mon Sep 17 00:00:00 2001
|
||||
From: Pascal Bach <pascal.bach@siemens.com>
|
||||
Date: Wed, 11 May 2016 15:20:41 +0200
|
||||
Subject: [PATCH] Pretend Qt5 wasn't found if OE_QMAKE_PATH_EXTERNAL_HOST_BINS
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From efaae3535a1ac006ec1b3003258b83d905265fd3 Mon Sep 17 00:00:00 2001
|
||||
From 6360a89c28bf5d48914ba2f947b55270c071f1b0 Mon Sep 17 00:00:00 2001
|
||||
From: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
|
||||
Date: Wed, 7 Jun 2017 21:00:49 +0900
|
||||
Subject: [PATCH] Delete qlonglong and qulonglong
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From d79fecb4e8d2040efdc295d06c5e24bdf3cf6b60 Mon Sep 17 00:00:00 2001
|
||||
From 48fb6a724a72ee28987124e238051234b8c95431 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Thu, 27 Jul 2017 08:02:51 -0700
|
||||
Subject: [PATCH] Replace pthread_yield with sched_yield
|
||||
@@ -14,7 +14,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
2 files changed, 5 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.cpp b/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.cpp
|
||||
index 076610a..cb8431f 100644
|
||||
index cc628ee..6b6aecc 100644
|
||||
--- a/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.cpp
|
||||
+++ b/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.cpp
|
||||
@@ -34,7 +34,7 @@
|
||||
@@ -26,7 +26,7 @@ index 076610a..cb8431f 100644
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
@@ -199,7 +199,7 @@ protected:
|
||||
@@ -193,7 +193,7 @@ protected:
|
||||
const char *nm = name.constData();
|
||||
int tp = qRegisterMetaType<Bar>(nm);
|
||||
#if defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID)
|
||||
@@ -36,7 +36,7 @@ index 076610a..cb8431f 100644
|
||||
QMetaType info(tp);
|
||||
if (!info.isValid()) {
|
||||
diff --git a/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp b/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp
|
||||
index e45eda2..e64f329 100644
|
||||
index fc92ed6..e59b858 100644
|
||||
--- a/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp
|
||||
+++ b/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp
|
||||
@@ -78,6 +78,7 @@
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From aaeadb4326f1f9df7bbafa0b9fa6937504a1c035 Mon Sep 17 00:00:00 2001
|
||||
From 1b03528718e7665804c9e0443d45d43a6559034f Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sun, 3 Sep 2017 09:11:44 -0700
|
||||
Subject: [PATCH] Add OE specific specs for clang compiler
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 7c7545fc64e78b2a4a411aa392df6f424ee27c5a Mon Sep 17 00:00:00 2001
|
||||
From 05b42800ee62d3a25667d12dc5af3c7df860edc1 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sun, 3 Sep 2017 09:44:48 -0700
|
||||
Subject: [PATCH] linux-clang: Invert conditional for defining QT_SOCKLEN_T
|
||||
@@ -13,10 +13,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/mkspecs/linux-clang/qplatformdefs.h b/mkspecs/linux-clang/qplatformdefs.h
|
||||
index d29225f..a0cdb57 100644
|
||||
index a818d97..959a508 100644
|
||||
--- a/mkspecs/linux-clang/qplatformdefs.h
|
||||
+++ b/mkspecs/linux-clang/qplatformdefs.h
|
||||
@@ -84,10 +84,10 @@
|
||||
@@ -81,10 +81,10 @@
|
||||
|
||||
#undef QT_SOCKLEN_T
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From ba70f3ca46d921c20bebb5cb9d4b41e64bd02d8b Mon Sep 17 00:00:00 2001
|
||||
From c042f0e9d25b1f4fe53c88f0c897b89cf2f8ab9f Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sun, 3 Sep 2017 10:11:50 -0700
|
||||
Subject: [PATCH] tst_qlocale: Enable QT_USE_FENV only on glibc
|
||||
@@ -11,7 +11,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp b/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp
|
||||
index d424e60..3eae828 100644
|
||||
index fc1ac7c..5bb715a 100644
|
||||
--- a/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp
|
||||
+++ b/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 81fc64f7f3a8b0554fd8d1b96b113bc04b5f0b5c Mon Sep 17 00:00:00 2001
|
||||
From aa45912a7543d1648cde7c3a8915ba5811294ef0 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Wed, 14 Feb 2018 17:08:43 -0800
|
||||
Subject: [PATCH] mkspecs/common/gcc-base.conf: Use -I instead of -isystem
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 2ea3a1612452f1dc9c2febb4ae610194f67e39d6 Mon Sep 17 00:00:00 2001
|
||||
From cfa510d03aad4e637d8956b6dc8923f80e3db36f Mon Sep 17 00:00:00 2001
|
||||
From: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
Date: Sat, 16 Nov 2013 00:32:30 +0100
|
||||
Subject: [PATCH] Always build uic and qvkgen
|
||||
@@ -14,10 +14,10 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/src.pro b/src/src.pro
|
||||
index a73729a..c7668b5 100644
|
||||
index 1f7c5d9..6b39379 100644
|
||||
--- a/src/src.pro
|
||||
+++ b/src/src.pro
|
||||
@@ -213,7 +213,7 @@ qtConfig(gui) {
|
||||
@@ -222,7 +222,7 @@ qtConfig(gui) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 77365eda4dd1c4c26803b3f0d1f411b7416ad531 Mon Sep 17 00:00:00 2001
|
||||
From 58e3b74b86f64f67c07fedc2e3dc3b8e025ca411 Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Fri, 24 Nov 2017 15:16:31 +0200
|
||||
Subject: [PATCH] Bootstrap without linkat feature
|
||||
@@ -13,10 +13,10 @@ Upstream-Status: Inappropriate [OE specific]
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/corelib/global/qconfig-bootstrapped.h b/src/corelib/global/qconfig-bootstrapped.h
|
||||
index dabb715..5b4ff86 100644
|
||||
index 86ef1a2..52dc6ec 100644
|
||||
--- a/src/corelib/global/qconfig-bootstrapped.h
|
||||
+++ b/src/corelib/global/qconfig-bootstrapped.h
|
||||
@@ -88,7 +88,7 @@
|
||||
@@ -89,7 +89,7 @@
|
||||
#define QT_FEATURE_futimes -1
|
||||
#define QT_FEATURE_library -1
|
||||
#ifdef __linux__
|
||||
|
||||
@@ -16,8 +16,8 @@ LIC_FILES_CHKSUM = " \
|
||||
"
|
||||
|
||||
# common for qtbase-native, qtbase-nativesdk and qtbase
|
||||
# Patches from https://github.com/meta-qt5/qtbase/commits/b5.10-shared
|
||||
# 5.10.meta-qt5-shared.2
|
||||
# Patches from https://github.com/meta-qt5/qtbase/commits/b5.11-shared
|
||||
# 5.11.meta-qt5-shared.1
|
||||
SRC_URI += "\
|
||||
file://0001-Add-linux-oe-g-platform.patch \
|
||||
file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \
|
||||
@@ -90,7 +90,6 @@ PACKAGECONFIG ?= " \
|
||||
PACKAGECONFIG[release] = "-release,-debug"
|
||||
PACKAGECONFIG[debug] = ""
|
||||
PACKAGECONFIG[developer] = "-developer-build"
|
||||
PACKAGECONFIG[qml-debug] = "-qml-debug,-no-qml-debug"
|
||||
PACKAGECONFIG[optimize-size] = "-optimize-size"
|
||||
PACKAGECONFIG[sm] = "-sm,-no-sm"
|
||||
PACKAGECONFIG[tests] = "-make tests,-nomake tests"
|
||||
@@ -244,4 +243,4 @@ INSANE_SKIP_${PN}-mkspecs += "file-rdeps"
|
||||
|
||||
RRECOMMENDS_${PN}-plugins += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', '', d)}"
|
||||
|
||||
SRCREV = "6c6ace9d23f90845fd424e474d38fe30f070775e"
|
||||
SRCREV = "17b73b0d2b8e0d643bdf13b543cc23d657a4b330"
|
||||
|
||||
@@ -10,4 +10,4 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS = "qtdeclarative"
|
||||
|
||||
SRCREV = "0eecd96a7b83e8b1fc2811ec366b4ca1980296e0"
|
||||
SRCREV = "80d7f92b9628076b681e509ddf8eae43cac550d5"
|
||||
|
||||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative qtmultimedia"
|
||||
|
||||
SRCREV = "9a4f99f518a49716cc9cc300eb456c6b13f9e8d1"
|
||||
SRCREV = "1f78a69f4f6c33393a0b43a9151c698aa3d05bbb"
|
||||
|
||||
# The same issue as in qtbase:
|
||||
# http://errors.yoctoproject.org/Errors/Details/152641/
|
||||
|
||||
@@ -19,4 +19,4 @@ PACKAGECONFIG[bluez] = "-feature-bluez,-no-feature-bluez,${BLUEZ}"
|
||||
|
||||
EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}"
|
||||
|
||||
SRCREV = "2331b915d207fe794a07b834ec2bf8578965bc4d"
|
||||
SRCREV = "d70fe2ac47dbf034991f0b2a4b0a3e1f16d171b9"
|
||||
|
||||
@@ -8,4 +8,4 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative qtmultimedia qtxmlpatterns"
|
||||
|
||||
SRCREV = "397e50147407c16a16b6505558992ca3180f9aff"
|
||||
SRCREV = "be7e45ca259d70d5f2ef0d11460261146fc1df95"
|
||||
|
||||
@@ -30,6 +30,6 @@ do_install_append_class-nativesdk() {
|
||||
|
||||
EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtxmlpatterns', 'CONFIG+=OE_QTXMLPATTERNS_ENABLED', '', d)}"
|
||||
|
||||
SRCREV = "3e91062877c0853aff693799bc5e33cdf7aaad42"
|
||||
SRCREV = "0975a9c892f1cb30b9e11e6becc469a3101cc2db"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
|
||||
@@ -14,4 +14,4 @@ PACKAGECONFIG[sdl2] = "-feature-sdl2,-no-feature-sdl2,libsdl2"
|
||||
|
||||
EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}"
|
||||
|
||||
SRCREV = "e6f366618dc9a3d232446197d6fea7c814e53828"
|
||||
SRCREV = "313f221381507eee36c8e3bd0069b3e7962da140"
|
||||
|
||||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
||||
"
|
||||
|
||||
DEPENDS += "qtdeclarative"
|
||||
DEPENDS += "qtdeclarative qtdeclarative-native"
|
||||
|
||||
RDEPENDS_${PN}-dev = ""
|
||||
|
||||
@@ -18,4 +18,4 @@ RDEPENDS_${PN}-dev = ""
|
||||
# http://errors.yoctoproject.org/Errors/Build/44912/
|
||||
LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"
|
||||
|
||||
SRCREV = "a38c4da7b598f5a185d7c9f824482d418353e6bf"
|
||||
SRCREV = "3e28d47cea038ca64c2e14ff449cc183c51643ce"
|
||||
|
||||
@@ -26,4 +26,4 @@ PACKAGECONFIG[libwebp] = ",CONFIG+=done_config_libwebp,libwebp"
|
||||
|
||||
EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
|
||||
|
||||
SRCREV = "892d4a0df7dccc6e70586835bb1211cf1b79bc69"
|
||||
SRCREV = "f878323a82fa69fcaeb37b42e10ba28759157f47"
|
||||
|
||||
@@ -9,6 +9,4 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
QT_MODULE_BRANCH = "5.10"
|
||||
|
||||
SRCREV = "29c34e8f072afd01002ed3847d752b4e065f977e"
|
||||
SRCREV = "4d5a04a0793ef05ade54a09cd469c9934f102753"
|
||||
|
||||
@@ -31,7 +31,7 @@ SRC_URI += " \
|
||||
${QT_GIT}/qtlocation-mapboxgl.git;name=qtlocation-mapboxgl;branch=upstream/qt-staging;protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/mapbox-gl-native \
|
||||
"
|
||||
|
||||
SRCREV_qtlocation = "ec00ff89bee900a1b8925e227a892bc57839cd60"
|
||||
SRCREV_qtlocation = "d458bd47106dd849e6cf72b97a27f871735e4eed"
|
||||
SRCREV_qtlocation-mapboxgl = "8c1be4ec01ef46bf453856531ebf53b48ce3dbe7"
|
||||
|
||||
SRCREV_FORMAT = "qtlocation_qtlocation-mapboxgl"
|
||||
|
||||
@@ -9,6 +9,4 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
QT_MODULE_BRANCH = "5.10"
|
||||
|
||||
SRCREV = "2c3c2a41c55a179332ec2a076856990f36dd5ef9"
|
||||
SRCREV = "b61e7bd3182addd8675ae907fc681db402fb138f"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From ec1740a7bce48435e65ede530e0b96593ac619ea Mon Sep 17 00:00:00 2001
|
||||
From 4d020a4b5922c5c97bec661f39d978188d503c9c Mon Sep 17 00:00:00 2001
|
||||
From: Wenlin Kang <wenlin.kang@windriver.com>
|
||||
Date: Thu, 8 Sep 2016 12:18:13 +0800
|
||||
Subject: [PATCH] qtmultimedia: fix a conflicting declaration
|
||||
|
||||
@@ -26,8 +26,9 @@ EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}"
|
||||
EXTRA_QMAKEVARS_CONFIGURE += "${@bb.utils.contains_any('PACKAGECONFIG', 'gstreamer gstreamer010', '', '-no-gstreamer', d)}"
|
||||
|
||||
CXXFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-DMESA_EGL_NO_X11_HEADERS=1', d)}"
|
||||
# Patches from https://github.com/meta-qt5/qtmultimedia/commits/b5.10
|
||||
# 5.10.meta-qt5.2
|
||||
|
||||
# Patches from https://github.com/meta-qt5/qtmultimedia/commits/b5.11
|
||||
# 5.11.meta-qt5.1
|
||||
SRC_URI += "\
|
||||
file://0001-qtmultimedia-fix-a-conflicting-declaration.patch \
|
||||
"
|
||||
@@ -36,4 +37,4 @@ SRC_URI += "\
|
||||
# http://errors.yoctoproject.org/Errors/Build/44914/
|
||||
LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"
|
||||
|
||||
SRCREV = "038716bb1f2d9b95f2d638e2d61d297563343af9"
|
||||
SRCREV = "0354fdda8b430f7749082ca55ad6c1dc781f3918"
|
||||
|
||||
@@ -9,4 +9,4 @@ require qt5-git.inc
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
SRCREV = "8f4f2e0cae642ff5eb0b87ae1d4e9c5e6ccf2bd8"
|
||||
SRCREV = "e8552ddaf17dad91df3a03ccfc0d708ab13d6d0e"
|
||||
|
||||
@@ -10,4 +10,4 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative"
|
||||
|
||||
SRCREV = "d925245573a76b23b231a93fa4674fb340f226a7"
|
||||
SRCREV = "51b83b74bb3d0ed406e28f89cbde1441782b82b2"
|
||||
|
||||
@@ -26,4 +26,4 @@ do_configure_prepend() {
|
||||
|
||||
QT_MODULE_BRANCH = "dev"
|
||||
|
||||
SRCREV = "b2476dcd53f0dea1e9eb38df5add3a771d64c4a1"
|
||||
SRCREV = "fa02271a18837f20e82006de23c2af1899294aa1"
|
||||
|
||||
@@ -8,6 +8,6 @@ LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.GPLv3;md5=dce746aa5261707df6d6999ab9958d8b \
|
||||
"
|
||||
|
||||
DEPENDS += "qtdeclarative"
|
||||
DEPENDS += "qtdeclarative qtdeclarative-native"
|
||||
|
||||
SRCREV = "e693ad2c4ae22f8813befd5fe825c855537497ed"
|
||||
SRCREV = "e80d273e6f19ba0a6a0f4e830724a36785ef19f6"
|
||||
|
||||
@@ -10,11 +10,11 @@ LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
|
||||
"
|
||||
|
||||
DEPENDS += "qtdeclarative"
|
||||
DEPENDS += "qtdeclarative qtdeclarative-native"
|
||||
|
||||
FILES_${PN}-qmlplugins += " \
|
||||
${OE_QMAKE_PATH_QML}/QtQuick/Controls/Shaders \
|
||||
${OE_QMAKE_PATH_QML}/QtQuick/Dialogs/qml/icons.ttf \
|
||||
"
|
||||
|
||||
SRCREV = "09ebb25aa686fc3f47f860905c2abb32a95c75d1"
|
||||
SRCREV = "6c9f0bfcc4bc6511686559dd87c29cfaa3e88b33"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 6235a3fdd0807205c818d70582033970ee008013 Mon Sep 17 00:00:00 2001
|
||||
From 2bf23e29ff3ec25e394fe1f633479013185a57d7 Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Wed, 7 Jun 2017 15:17:12 +0300
|
||||
Subject: [PATCH] Allow a tools-only build
|
||||
|
||||
@@ -11,8 +11,8 @@ require qt5-git.inc
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative qtremoteobjects-native"
|
||||
|
||||
# Patches from https://github.com/meta-qt5/qtremoteobjects/commits/b5.10
|
||||
# 5.10.meta-qt5.2
|
||||
# Patches from https://github.com/meta-qt5/qtremoteobjects/commits/b5.11
|
||||
# 5.11.meta-qt5.1
|
||||
SRC_URI += " \
|
||||
file://0001-Allow-a-tools-only-build.patch \
|
||||
"
|
||||
@@ -24,6 +24,6 @@ PACKAGECONFIG[tools-only] = "CONFIG+=tools-only"
|
||||
|
||||
EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
|
||||
|
||||
SRCREV = "61d2de26db7b90ad0ed3923b5deecd1c5b3be46a"
|
||||
SRCREV = "db6d07b4a51813e72eee474a6ee2e91438841fa7"
|
||||
|
||||
BBCLASSEXTEND += "native nativesdk"
|
||||
|
||||
@@ -30,4 +30,4 @@ DEPENDS += "qtbase"
|
||||
# http://errors.yoctoproject.org/Errors/Build/44915/
|
||||
LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"
|
||||
|
||||
SRCREV = "76bcf9b526f96edb35469e9de4b032a112a2b1c0"
|
||||
SRCREV = "781c745277f9b4faa87d341b10ec0ca46eb45a73"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From f83817b29477f33ee3b4abf8468a7b01bb347d2b Mon Sep 17 00:00:00 2001
|
||||
From 550a56d5cea4ff0b332c2c4d53a0cb33ccf6102e Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Tue, 10 Jan 2017 15:28:26 +0200
|
||||
Subject: [PATCH] Use external host bin path for cmake file
|
||||
|
||||
@@ -10,10 +10,10 @@ require qt5-git.inc
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative qtxmlpatterns qtscxml-native"
|
||||
|
||||
SRCREV = "d9b2f8c56d162c108d5427769a8e496dd7a3b62e"
|
||||
SRCREV = "544f8c4ef7b77c5194605cba612fdde6fa02b06b"
|
||||
|
||||
# Patches from https://github.com/meta-qt5/qtscxml/commits/b5.10
|
||||
# 5.10.meta-qt5.2
|
||||
# Patches from https://github.com/meta-qt5/qtscxml/commits/b5.11
|
||||
# 5.11.meta-qt5.1
|
||||
SRC_URI += "file://0001-Use-external-host-bin-path-for-cmake-file.patch"
|
||||
|
||||
do_install_append_class-nativesdk() {
|
||||
|
||||
@@ -12,4 +12,4 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative"
|
||||
|
||||
SRCREV = "d5a94c5595170fed9a0f7d3d42ef4b0216909d0d"
|
||||
SRCREV = "e8588efb2fbd4a31aa1e4349f03b2bc18e3c0e2b"
|
||||
|
||||
@@ -11,4 +11,4 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtbase qtserialport"
|
||||
|
||||
SRCREV = "d5d35d64d06729322c80327de40badaf553df87e"
|
||||
SRCREV = "7c6e9d8f29148793dc619a743a0b5d3a601ec34b"
|
||||
|
||||
@@ -15,4 +15,4 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
SRCREV = "fa688ac5c36a16aa3b44d4ca1509f9386e670a89"
|
||||
SRCREV = "aee027f581839caf44de1b176099ef2b22d2fc84"
|
||||
|
||||
@@ -13,4 +13,4 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
SRCREV = "af35137016f082c3fa15e61414f3c78c73ac322f"
|
||||
SRCREV = "f4554e29a44af2cdd9e518f5931e28cf349883c6"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 9557b7b0100c335b42503c3f3b6a9a193c3bf9cf Mon Sep 17 00:00:00 2001
|
||||
From 1a20dc06de52a88691dc8270d449506aa0b9d457 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Wed, 4 Jun 2014 11:28:16 +0200
|
||||
Subject: [PATCH] add noqtwebkit configuration
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From a260d3a5b1664027e09c7de368ee5e94d22ff8bf Mon Sep 17 00:00:00 2001
|
||||
From 1a7ca3de9880a10cf4f4eb51fd3cf51e64eb5548 Mon Sep 17 00:00:00 2001
|
||||
From: Cody P Schafer <dev@codyps.com>
|
||||
Date: Thu, 9 Jul 2015 11:28:19 -0400
|
||||
Subject: [PATCH] linguist-tools cmake: allow overriding the location for
|
||||
|
||||
@@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative qtxmlpatterns"
|
||||
|
||||
# Patches from https://github.com/meta-qt5/qttools/commits/b5.10
|
||||
# 5.10.meta-qt5.2
|
||||
# Patches from https://github.com/meta-qt5/qttools/commits/b5.11
|
||||
# 5.11.meta-qt5.1
|
||||
SRC_URI += " \
|
||||
file://0001-add-noqtwebkit-configuration.patch \
|
||||
file://0002-linguist-tools-cmake-allow-overriding-the-location-f.patch \
|
||||
@@ -29,7 +29,7 @@ PACKAGECONFIG[qtwebkit] = ",,qtwebkit"
|
||||
|
||||
EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtwebkit', '', 'CONFIG+=noqtwebkit', d)}"
|
||||
|
||||
SRCREV = "03ebf1c3d6ceae715c696a171920a0204c58dd0a"
|
||||
SRCREV = "c29a1b03fd0fe6cc3496a6a14c56f6ef3390b713"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
|
||||
@@ -106,4 +106,4 @@ FILES_${PN}-qt = " \
|
||||
${OE_QMAKE_PATH_TRANSLATIONS}/qt_*.qm \
|
||||
"
|
||||
|
||||
SRCREV = "c3486e072ebc704f9c82c005044143b07bb88f12"
|
||||
SRCREV = "f1c17f060d09ea3d225803afa9f82fa22117cd3b"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From d479fe395566ed84cde2579011e2ca2358f22c41 Mon Sep 17 00:00:00 2001
|
||||
From c437e90e3bcf8457d300c49041f7e35fae37ebea Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Wed, 12 Jul 2017 23:59:52 -0700
|
||||
Subject: [PATCH] include sys/time.h for timeval
|
||||
|
||||
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
"
|
||||
|
||||
# Patches from https://github.com/meta-qt5/qtvirtualkeyboard/commits/b5.10
|
||||
# 5.10.meta-qt5.2
|
||||
# Patches from https://github.com/meta-qt5/qtvirtualkeyboard/commits/b5.11
|
||||
# 5.11.meta-qt5.1
|
||||
SRC_URI += "file://0001-include-sys-time.h-for-timeval.patch"
|
||||
|
||||
# To enabled Nuance T9 Write support, you need to provide the licensed components
|
||||
@@ -51,6 +51,6 @@ RRECOMMENDS_${PN} += "${PN}-dictionaries"
|
||||
FILES_${PN}-dictionaries = "${OE_QMAKE_PATH_DATA}/qtvirtualkeyboard/*/*.dat"
|
||||
FILES_${PN} += "${OE_QMAKE_PATH_DATA}/qtvirtualkeyboard/lipi_toolkit"
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative qtmultimedia qtquickcontrols qtsvg qtxmlpatterns"
|
||||
DEPENDS += "qtbase qtdeclarative qtmultimedia qtquickcontrols qtsvg qtxmlpatterns qtdeclarative-native"
|
||||
|
||||
SRCREV = "85d35bb12235dd6b92c898ddb6d6e84703d25d48"
|
||||
SRCREV = "9055bd56653d2e488b52c66d884109fcccd23c2d"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From e41bc392aa79073926aba917796e836f5b0d9f32 Mon Sep 17 00:00:00 2001
|
||||
From 4e1945bd0867c018d06b5fa9c2dcb60619f260b2 Mon Sep 17 00:00:00 2001
|
||||
From: Raphael Freudiger <laser_b@gmx.ch>
|
||||
Date: Tue, 10 Jan 2017 15:49:55 +0100
|
||||
Subject: [PATCH] fix build without xkbcommon-evdev
|
||||
@@ -26,17 +26,17 @@ index eae7ad5..0bb7b18 100644
|
||||
+
|
||||
+LIBS += -lxkbcommon
|
||||
diff --git a/src/compositor/compositor.pro b/src/compositor/compositor.pro
|
||||
index dc9000d..4eebfd6 100644
|
||||
index 47be591..805c81e 100644
|
||||
--- a/src/compositor/compositor.pro
|
||||
+++ b/src/compositor/compositor.pro
|
||||
@@ -32,3 +32,5 @@ include ($$PWD/extensions/extensions.pri)
|
||||
MODULE_PLUGIN_TYPES = \
|
||||
wayland-graphics-integration-server
|
||||
@@ -34,3 +34,5 @@ MODULE_PLUGIN_TYPES = \
|
||||
wayland-hardware-layer-integration \
|
||||
|
||||
load(qt_module)
|
||||
+
|
||||
+LIBS += -lxkbcommon
|
||||
diff --git a/src/compositor/compositor_api/qwaylandkeyboard.cpp b/src/compositor/compositor_api/qwaylandkeyboard.cpp
|
||||
index c30f7b1..e6f1a0b 100644
|
||||
index e35c0f3..45e82ca 100644
|
||||
--- a/src/compositor/compositor_api/qwaylandkeyboard.cpp
|
||||
+++ b/src/compositor/compositor_api/qwaylandkeyboard.cpp
|
||||
@@ -349,12 +349,6 @@ void QWaylandKeyboardPrivate::createXKBState(xkb_keymap *keymap)
|
||||
|
||||
@@ -37,10 +37,10 @@ PACKAGECONFIG[libhybris-egl-server] = "-feature-libhybris-egl-server,-no-feature
|
||||
|
||||
EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}"
|
||||
|
||||
SRCREV = "db36bc0d9ccae21e84cd54be3e18ae539542eadc"
|
||||
SRCREV = "ec495c98189f1d849e793108b09b5af0ce2c8984"
|
||||
|
||||
# Patches from https://github.com/meta-qt5/qtwayland/commits/b5.10
|
||||
# 5.10.meta-qt5.2
|
||||
# Patches from https://github.com/meta-qt5/qtwayland/commits/b5.11
|
||||
# 5.11.meta-qt5.1
|
||||
# From https://bugreports.qt.io/browse/QTBUG-57767
|
||||
SRC_URI += " \
|
||||
file://0001-fix-build-without-xkbcommon-evdev.patch \
|
||||
|
||||
@@ -12,4 +12,4 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtdeclarative qtwebsockets"
|
||||
|
||||
SRCREV = "7540a85c82cd940b7da3ea75eccad7e733bd0ae6"
|
||||
SRCREV = "01241eb3704af785e8d98fb2f6e223ca62a64175"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From a70b6d2183934e4d9a3ad00167acfaf0a78a90a9 Mon Sep 17 00:00:00 2001
|
||||
From ded0b78fe690b5c6ddfca08a098e824ed23ae80d Mon Sep 17 00:00:00 2001
|
||||
From: Cleiton Bueno <cleitonrbueno@gmail.com>
|
||||
Date: Fri, 25 Dec 2015 18:16:05 -0200
|
||||
Subject: [PATCH] WebEngine qquickwebengineview_p_p.h add include QColor
|
||||
@@ -9,10 +9,10 @@ Signed-off-by: Cleiton Bueno <cleitonrbueno@gmail.com>
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/src/webengine/api/qquickwebengineview_p_p.h b/src/webengine/api/qquickwebengineview_p_p.h
|
||||
index 1b8edc8..03d6558 100644
|
||||
index 1b718a3..8c1de74 100644
|
||||
--- a/src/webengine/api/qquickwebengineview_p_p.h
|
||||
+++ b/src/webengine/api/qquickwebengineview_p_p.h
|
||||
@@ -59,6 +59,8 @@
|
||||
@@ -61,6 +61,8 @@
|
||||
#include <QString>
|
||||
#include <QtCore/qcompilerdetection.h>
|
||||
#include <QtGui/qaccessibleobject.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From d760fcdd764985f05a480ba475855f92844a6f0d Mon Sep 17 00:00:00 2001
|
||||
From 3e08f22dbe2ca570bf853b6dfad8831f21ddbe14 Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Wed, 15 Mar 2017 13:53:28 +0200
|
||||
Subject: [PATCH] chromium: Force host toolchain configuration
|
||||
@@ -14,10 +14,10 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/chromium/tools/gn/bootstrap/bootstrap.py b/chromium/tools/gn/bootstrap/bootstrap.py
|
||||
index b1ff7e7..bccabbb 100755
|
||||
index 43392ef..9ef521f 100755
|
||||
--- a/chromium/tools/gn/bootstrap/bootstrap.py
|
||||
+++ b/chromium/tools/gn/bootstrap/bootstrap.py
|
||||
@@ -318,10 +318,10 @@ def write_gn_ninja(path, root_gen_dir, options):
|
||||
@@ -326,10 +326,10 @@ def write_gn_ninja(path, root_gen_dir, options):
|
||||
ld = os.environ.get('LD', cxx)
|
||||
ar = os.environ.get('AR', 'ar -X64')
|
||||
else:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 838bb0afe93321ae3d225988728a5736cd4844fc Mon Sep 17 00:00:00 2001
|
||||
From 695e80ba773eae1d6239828b8b3218ac6584e1e1 Mon Sep 17 00:00:00 2001
|
||||
From: Cleiton Bueno <cleitonrbueno@gmail.com>
|
||||
Date: Thu, 24 Dec 2015 15:59:51 -0200
|
||||
Subject: [PATCH] Include dependency to QCoreApplication::translate()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From d76853bd469881625bedc85afabc69d36ecb05ed Mon Sep 17 00:00:00 2001
|
||||
From 51313e2d2739c9a9ca5e86979e868e9bd80e9bfd Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Thu, 30 Mar 2017 11:37:24 +0300
|
||||
Subject: [PATCH] chromium: workaround for too long .rps file name
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 36657d556e4f97d06aa44d874d7256c970cdad3c Mon Sep 17 00:00:00 2001
|
||||
From afbaa51b52482f71e683389e7565aceb6c59e8a6 Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Wed, 15 Mar 2017 13:53:28 +0200
|
||||
Subject: [PATCH] Force host toolchain configuration
|
||||
@@ -57,10 +57,10 @@ index dd0d3e3..70161c8 100644
|
||||
" nm = \"$$which(nm)\" " \
|
||||
" toolchain_args = { " \
|
||||
diff --git a/src/core/config/linux.pri b/src/core/config/linux.pri
|
||||
index 1ce3ea8..23d0793 100644
|
||||
index daac6fa..d858021 100644
|
||||
--- a/src/core/config/linux.pri
|
||||
+++ b/src/core/config/linux.pri
|
||||
@@ -91,7 +91,7 @@ contains(QT_ARCH, "mips") {
|
||||
@@ -90,7 +90,7 @@ contains(QT_ARCH, "mips") {
|
||||
|
||||
host_build {
|
||||
gn_args += custom_toolchain=\"$$QTWEBENGINE_OUT_ROOT/src/toolchain:host\"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From c6e7171bf8f5ecb8b82d911581a45defe93854e1 Mon Sep 17 00:00:00 2001
|
||||
From 5d7080bf2001a022223c4089a199605b5f9a5cce Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 14:01:12 -0700
|
||||
Subject: [PATCH] chromium: musl: sandbox: Define TEMP_FAILURE_RETRY if not
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 104d93f24a44dc4a1939d6e2c99f346526a5a7d9 Mon Sep 17 00:00:00 2001
|
||||
From f3478cde99da29faebbdb3d13a479b50af9804fd Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 14:09:06 -0700
|
||||
Subject: [PATCH] chromium: musl: Avoid mallinfo() APIs on non-glibc/linux
|
||||
@@ -32,7 +32,7 @@ index 0eb5c1f..8af7799 100644
|
||||
return 0;
|
||||
#endif
|
||||
diff --git a/chromium/base/trace_event/malloc_dump_provider.cc b/chromium/base/trace_event/malloc_dump_provider.cc
|
||||
index 14ba0a2..e5d9581 100644
|
||||
index f1cc52a..256138d 100644
|
||||
--- a/chromium/base/trace_event/malloc_dump_provider.cc
|
||||
+++ b/chromium/base/trace_event/malloc_dump_provider.cc
|
||||
@@ -197,6 +197,7 @@ MallocDumpProvider::~MallocDumpProvider() {}
|
||||
@@ -43,7 +43,7 @@ index 14ba0a2..e5d9581 100644
|
||||
size_t total_virtual_size = 0;
|
||||
size_t resident_size = 0;
|
||||
size_t allocated_objects_size = 0;
|
||||
@@ -317,7 +318,7 @@ bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args,
|
||||
@@ -316,7 +317,7 @@ bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args,
|
||||
pmd->DumpHeapUsage(metrics_by_context, overhead, "malloc");
|
||||
}
|
||||
tid_dumping_heap_ = kInvalidThreadId;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 1a23cb4027692535aeace4c6070864af672de70d Mon Sep 17 00:00:00 2001
|
||||
From ac6d09a3bb56dee9fc377f4042b23b209fd0726d Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Tue, 12 Dec 2017 16:06:14 +0200
|
||||
Subject: [PATCH] musl: don't use pvalloc as it's not available on musl
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 1e51c5e3a299213b632dd2d448c86dabf45b2258 Mon Sep 17 00:00:00 2001
|
||||
From 660cc2ad6e2c92e0a86948c80f356b754ecd43f5 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 14:37:49 -0700
|
||||
Subject: [PATCH] chromium: musl: include fcntl.h for loff_t
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From e735b0adfa9b1dcaa93e3ce65d9cc01255ab340b Mon Sep 17 00:00:00 2001
|
||||
From 52ef357f629a2c210b3b0fe13cba90fe379afee9 Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Thu, 14 Dec 2017 11:28:10 +0200
|
||||
Subject: [PATCH] musl: link against libexecinfo
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From f0fba131a285144c5d71dad8b98ff0f15ce454ad Mon Sep 17 00:00:00 2001
|
||||
From 80e2b20ed6aa48b692b7de585c8ea92263c99d72 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 14:38:37 -0700
|
||||
Subject: [PATCH] chromium: musl: use off64_t instead of the internal __off64_t
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 42a0586aa7040caef931db8657b2ac8d345e4dd3 Mon Sep 17 00:00:00 2001
|
||||
From 671dc6a1d7d507a81d5a53a106d72d6c14f50e13 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 14:54:38 -0700
|
||||
Subject: [PATCH] chromium: musl: linux != glibc, make the distinction
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From ff7af7ff21d259cfc580541b931d478e3d604f01 Mon Sep 17 00:00:00 2001
|
||||
From f1c0433093b5511dceb0cf80287d281fd24ac941 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 15:09:02 -0700
|
||||
Subject: [PATCH] chromium: musl: allocator: Do not include glibc_weak_symbols
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 74171f47edb76dc89edcc7116cd33d234e0e0490 Mon Sep 17 00:00:00 2001
|
||||
From 3789c3d611ee4fd258f85eac9d575af09791585e Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 15:12:39 -0700
|
||||
Subject: [PATCH] chromium: musl: Use correct member name __si_fields from
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From 1781911655bddf8a8352f9bd0a7ce4867df6981b Mon Sep 17 00:00:00 2001
|
||||
From b4cc182b9cc6b6362cf4039883e4e1953357843a Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 15:27:50 -0700
|
||||
Subject: [PATCH] chromium: musl: Define res_ninit and res_nclose for non-glibc
|
||||
@@ -13,10 +13,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
create mode 100644 chromium/net/dns/resolv_compat.h
|
||||
|
||||
diff --git a/chromium/net/dns/dns_config_service_posix.cc b/chromium/net/dns/dns_config_service_posix.cc
|
||||
index 088fb9b..98d0a35 100644
|
||||
index 8898f85..28530d5 100644
|
||||
--- a/chromium/net/dns/dns_config_service_posix.cc
|
||||
+++ b/chromium/net/dns/dns_config_service_posix.cc
|
||||
@@ -26,6 +26,10 @@
|
||||
@@ -28,6 +28,10 @@
|
||||
#include "net/dns/notify_watcher_mac.h"
|
||||
#include "net/dns/serial_worker.h"
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
From ce23b6a6e5a5ebae15dedeebf7044ac9a0249a80 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 15:24:49 -0700
|
||||
Subject: [PATCH] chromium: musl: Match syscalls to match musl
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
chromium/third_party/lss/linux_syscall_support.h | 16 ++++++++++++++++
|
||||
1 file changed, 16 insertions(+)
|
||||
|
||||
diff --git a/chromium/third_party/lss/linux_syscall_support.h b/chromium/third_party/lss/linux_syscall_support.h
|
||||
index 80a3e56..1e57b1a 100644
|
||||
--- a/chromium/third_party/lss/linux_syscall_support.h
|
||||
+++ b/chromium/third_party/lss/linux_syscall_support.h
|
||||
@@ -794,6 +794,14 @@ struct kernel_statfs {
|
||||
#endif
|
||||
|
||||
|
||||
+#undef stat64
|
||||
+#undef fstat64
|
||||
+
|
||||
+#ifndef __NR_fstatat
|
||||
+#define __NR_fstatat __NR_fstatat64
|
||||
+#endif
|
||||
+
|
||||
+
|
||||
#if defined(__x86_64__)
|
||||
#ifndef ARCH_SET_GS
|
||||
#define ARCH_SET_GS 0x1001
|
||||
@@ -1211,6 +1219,14 @@ struct kernel_statfs {
|
||||
#ifndef __NR_fallocate
|
||||
#define __NR_fallocate 285
|
||||
#endif
|
||||
+
|
||||
+#ifndef __NR_pread
|
||||
+#define __NR_pread __NR_pread64
|
||||
+#endif
|
||||
+#ifndef __NR_pwrite
|
||||
+#define __NR_pwrite __NR_pwrite64
|
||||
+#endif
|
||||
+
|
||||
/* End of x86-64 definitions */
|
||||
#elif defined(__mips__)
|
||||
#if _MIPS_SIM == _MIPS_SIM_ABI32
|
||||
@@ -1,4 +1,4 @@
|
||||
From a968ea31e3ac6a007fd157c61faf9f6f632d8230 Mon Sep 17 00:00:00 2001
|
||||
From e8172c5252dec386fbd95a18f2c59f08307f65c0 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 15:39:57 -0700
|
||||
Subject: [PATCH] chromium: musl: Do not define __sbrk on musl
|
||||
@@ -1,4 +1,4 @@
|
||||
From a56debd9f26bacf76f0d734e98191485deba03fa Mon Sep 17 00:00:00 2001
|
||||
From 6c3233f1eec1a80bc771848af062cc92445b143b Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 16:41:23 -0700
|
||||
Subject: [PATCH] chromium: musl: Adjust default pthread stack size
|
||||
@@ -10,10 +10,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
2 files changed, 4 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/chromium/base/threading/platform_thread_linux.cc b/chromium/base/threading/platform_thread_linux.cc
|
||||
index 8d411ed..4b56cf3 100644
|
||||
index 9917a7b..cb40665 100644
|
||||
--- a/chromium/base/threading/platform_thread_linux.cc
|
||||
+++ b/chromium/base/threading/platform_thread_linux.cc
|
||||
@@ -175,7 +175,8 @@ void TerminateOnThread() {}
|
||||
@@ -173,7 +173,8 @@ void TerminateOnThread() {}
|
||||
|
||||
size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) {
|
||||
#if !defined(THREAD_SANITIZER)
|
||||
@@ -1,4 +1,4 @@
|
||||
From 5809e73146cdf43d13aa1b3789bfc7ff2ff723af Mon Sep 17 00:00:00 2001
|
||||
From 9624b45166cd5e7976a6ecf99f2545c9cc883986 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 7 Jul 2017 17:15:34 -0700
|
||||
Subject: [PATCH] chromium: musl: include asm-generic/ioctl.h for TCGETS2
|
||||
@@ -9,7 +9,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/chromium/device/serial/serial_io_handler_posix.cc b/chromium/device/serial/serial_io_handler_posix.cc
|
||||
index 8ffba12..82fb09f 100644
|
||||
index eca131f..80a6cec 100644
|
||||
--- a/chromium/device/serial/serial_io_handler_posix.cc
|
||||
+++ b/chromium/device/serial/serial_io_handler_posix.cc
|
||||
@@ -6,6 +6,7 @@
|
||||
@@ -1,4 +1,4 @@
|
||||
From 0aca8610a03cc100464d0d52a2c5425c52ab1e66 Mon Sep 17 00:00:00 2001
|
||||
From d723d506ff8b5e0dd1bb3f2c11805a2ec1f0b712 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sat, 8 Jul 2017 09:08:23 -0700
|
||||
Subject: [PATCH] chromium: musl: tcmalloc: Use off64_t insread of __off64_t
|
||||
@@ -121,10 +121,10 @@ RDEPENDS_${PN}-examples += " \
|
||||
qtdeclarative-qmlplugins \
|
||||
"
|
||||
|
||||
QT_MODULE_BRANCH_CHROMIUM = "61-based"
|
||||
QT_MODULE_BRANCH_CHROMIUM = "63-based"
|
||||
|
||||
# Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.10
|
||||
# 5.10.meta-qt5.2
|
||||
# Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.11
|
||||
# 5.11.meta-qt5.1
|
||||
SRC_URI += " \
|
||||
${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \
|
||||
file://0001-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch \
|
||||
@@ -136,8 +136,8 @@ SRC_URI_append_libc-musl = "\
|
||||
file://0005-musl-link-against-libexecinfo.patch \
|
||||
"
|
||||
|
||||
# Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/61-based
|
||||
# 61-based.meta-qt5.2
|
||||
# Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/63-based
|
||||
# 63-based.meta-qt5.1
|
||||
SRC_URI += " \
|
||||
file://0001-chromium-Force-host-toolchain-configuration.patch;patchdir=src/3rdparty \
|
||||
file://0002-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \
|
||||
@@ -151,16 +151,15 @@ SRC_URI_append_libc-musl = "\
|
||||
file://0007-chromium-musl-linux-glibc-make-the-distinction.patch;patchdir=src/3rdparty \
|
||||
file://0008-chromium-musl-allocator-Do-not-include-glibc_weak_sy.patch;patchdir=src/3rdparty \
|
||||
file://0009-chromium-musl-Use-correct-member-name-__si_fields-fr.patch;patchdir=src/3rdparty \
|
||||
file://0010-chromium-musl-Match-syscalls-to-match-musl.patch;patchdir=src/3rdparty \
|
||||
file://0011-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch;patchdir=src/3rdparty \
|
||||
file://0012-chromium-musl-Do-not-define-__sbrk-on-musl.patch;patchdir=src/3rdparty \
|
||||
file://0013-chromium-musl-Adjust-default-pthread-stack-size.patch;patchdir=src/3rdparty \
|
||||
file://0014-chromium-musl-include-asm-generic-ioctl.h-for-TCGETS.patch;patchdir=src/3rdparty \
|
||||
file://0015-chromium-musl-tcmalloc-Use-off64_t-insread-of-__off6.patch;patchdir=src/3rdparty \
|
||||
file://0010-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch;patchdir=src/3rdparty \
|
||||
file://0011-chromium-musl-Do-not-define-__sbrk-on-musl.patch;patchdir=src/3rdparty \
|
||||
file://0012-chromium-musl-Adjust-default-pthread-stack-size.patch;patchdir=src/3rdparty \
|
||||
file://0013-chromium-musl-include-asm-generic-ioctl.h-for-TCGETS.patch;patchdir=src/3rdparty \
|
||||
file://0014-chromium-musl-tcmalloc-Use-off64_t-insread-of-__off6.patch;patchdir=src/3rdparty \
|
||||
"
|
||||
|
||||
SRCREV_qtwebengine = "9dc8dff7a8f4d58f71d816375d49f8829f06aae5"
|
||||
SRCREV_chromium = "c858cc76099db0af82a264b3c6f921a287cfcb42"
|
||||
SRCREV_qtwebengine = "732d09331c1e4efa51501aae9bcd6924eecdd5c3"
|
||||
SRCREV_chromium = "3fa04d22883e42bd987e4f83d394a1040b410024"
|
||||
SRCREV = "${SRCREV_qtwebengine}"
|
||||
|
||||
SRCREV_FORMAT = "qtwebengine_chromium"
|
||||
|
||||
@@ -17,6 +17,6 @@ DEPENDS += "qtwebkit qtxmlpatterns"
|
||||
RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins"
|
||||
RDEPENDS_${PN}-examples += "${@bb.utils.contains('PACKAGECONFIG_OPENSSL', 'openssl', 'ca-certificates', '', d)}"
|
||||
|
||||
QT_MODULE_BRANCH = "5.9"
|
||||
QT_MODULE_BRANCH = "dev"
|
||||
|
||||
SRCREV = "a24c780b60d7d8bc00c4a48042cf7f32db777d55"
|
||||
SRCREV = "2d68492004bf4ba49cf58c9bd72706cb282cf59b"
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
From c4e691a8dd2037d9b359e0de9d4790da9078f74e Mon Sep 17 00:00:00 2001
|
||||
From: Trevor Woerner <trevor.woerner@linaro.org>
|
||||
Date: Fri, 7 Feb 2014 04:07:17 +0100
|
||||
Subject: [PATCH] qtwebkit: fix QA issue (bad RPATH)
|
||||
|
||||
Building qtwebkit causes a QA issue such that QtWebPluginProcess and
|
||||
QtWebProcess contain bad RPATHs which point into the build location. This fix
|
||||
adds a patch to not include the rpath.prf which causes this problem.
|
||||
|
||||
Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
|
||||
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
---
|
||||
Tools/qmake/mkspecs/features/unix/default_post.prf | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/Tools/qmake/mkspecs/features/unix/default_post.prf b/Tools/qmake/mkspecs/features/unix/default_post.prf
|
||||
index fd66af6..ef754c3 100644
|
||||
--- a/Tools/qmake/mkspecs/features/unix/default_post.prf
|
||||
+++ b/Tools/qmake/mkspecs/features/unix/default_post.prf
|
||||
@@ -61,7 +61,6 @@ linux-*g++* {
|
||||
}
|
||||
}
|
||||
|
||||
-contains(TEMPLATE, app): CONFIG += rpath
|
||||
|
||||
CONFIG(debug, debug|release)|force_debug_info {
|
||||
# Make ld not cache the symbol tables of input files in memory to avoid memory exhaustion during the linking phase.
|
||||
@@ -1,35 +0,0 @@
|
||||
From fc2773961eaa536e6a617ded7c1a972d979fa2e4 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Fri, 5 Jun 2015 19:55:05 -0700
|
||||
Subject: [PATCH] Exclude backtrace() API for non-glibc libraries
|
||||
|
||||
It was excluding musl with current checks, so lets make it such that it
|
||||
considers only glibc when using backtrace API
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
Source/WTF/wtf/Assertions.cpp | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/Source/WTF/wtf/Assertions.cpp b/Source/WTF/wtf/Assertions.cpp
|
||||
index 1b2091f..ba03a28 100644
|
||||
--- a/Source/WTF/wtf/Assertions.cpp
|
||||
+++ b/Source/WTF/wtf/Assertions.cpp
|
||||
@@ -61,7 +61,7 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
-#if (OS(DARWIN) || (OS(LINUX) && !defined(__UCLIBC__))) && !OS(ANDROID)
|
||||
+#if (OS(DARWIN) || (OS(LINUX) && defined (__GLIBC__) && !defined(__UCLIBC__))) && !OS(ANDROID)
|
||||
#include <cxxabi.h>
|
||||
#include <dlfcn.h>
|
||||
#include <execinfo.h>
|
||||
@@ -245,7 +245,7 @@ void WTFReportArgumentAssertionFailure(const char* file, int line, const char* f
|
||||
|
||||
void WTFGetBacktrace(void** stack, int* size)
|
||||
{
|
||||
-#if (OS(DARWIN) || (OS(LINUX) && !defined(__UCLIBC__))) && !OS(ANDROID)
|
||||
+#if (OS(DARWIN) || (OS(LINUX) && defined(__GLIBC__) && !defined(__UCLIBC__))) && !OS(ANDROID)
|
||||
*size = backtrace(stack, *size);
|
||||
#elif OS(WINDOWS) && !OS(WINCE)
|
||||
// The CaptureStackBackTrace function is available in XP, but it is not defined
|
||||
@@ -3,9 +3,7 @@ require qt5-git.inc
|
||||
|
||||
LICENSE = "BSD & LGPLv2+ | GPL-2.0"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.GPLv2;md5=05832301944453ec79e40ba3c3cfceec \
|
||||
file://Source/WebCore/rendering/RenderApplet.h;endline=22;md5=fb9694013ad71b78f8913af7a5959680 \
|
||||
file://Source/WebKit/gtk/webkit/webkit.h;endline=21;md5=b4fbe9f4a944f1d071dba1d2c76b3351 \
|
||||
file://LICENSE.LGPLv21;md5=58a180e1cf84c756c29f782b3a485c29 \
|
||||
file://Source/JavaScriptCore/parser/Parser.h;endline=21;md5=bd69f72183a7af673863f057576e21ee \
|
||||
"
|
||||
|
||||
@@ -26,13 +24,6 @@ ARM_INSTRUCTION_SET_armv7a = "thumb"
|
||||
ARM_INSTRUCTION_SET_armv7r = "thumb"
|
||||
ARM_INSTRUCTION_SET_armv7ve = "thumb"
|
||||
|
||||
# Patches from https://github.com/meta-qt5/qtwebkit/commits/b5.10
|
||||
# 5.10.meta-qt5.1
|
||||
SRC_URI += "\
|
||||
file://0001-qtwebkit-fix-QA-issue-bad-RPATH.patch \
|
||||
file://0002-Exclude-backtrace-API-for-non-glibc-libraries.patch \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "gstreamer qtlocation qtmultimedia qtsensors qtwebchannel \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcomposite libxrender', '', d)} \
|
||||
fontconfig \
|
||||
@@ -50,27 +41,6 @@ PACKAGECONFIG[fontconfig] = "OE_FONTCONFIG_ENABLED,,fontconfig"
|
||||
|
||||
do_configure_prepend() {
|
||||
export QMAKE_CACHE_EVAL="CONFIG+=${PACKAGECONFIG_CONFARGS}"
|
||||
# disable gstreamer-1.0 test if it isn't enabled by PACKAGECONFIG
|
||||
sed -e 's/\s\(packagesExist(".*\<gstreamer-1.0\>.*")\)/ OE_GSTREAMER_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf
|
||||
# disable gstreamer-0.10 test if it isn't enabled by PACKAGECONFIG
|
||||
sed -e 's/\s\(packagesExist(".*\<gstreamer-0.10\>.*")\)/ OE_GSTREAMER010_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf
|
||||
# disable qtlocation test if it isn't enabled by PACKAGECONFIG
|
||||
sed -e 's/\s\(qtHaveModule(positioning)\)/ OE_QTLOCATION_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf
|
||||
# disable qtmultimedia test if it isn't enabled by PACKAGECONFIG
|
||||
sed -e 's/(video):\(qtHaveModule(multimediawidgets)\)/(video):OE_QTMULTIMEDIA_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf
|
||||
# disable qtsensors test if it isn't enabled by PACKAGECONFIG
|
||||
sed -e 's/\s\(qtHaveModule(sensors)\)/ OE_QTSENSORS_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf
|
||||
# disable qtwebchannel test if it isn't enabled by PACKAGECONFIG
|
||||
sed -e 's/\s\(qtHaveModule(webchannel)\)/ OE_QTWEBCHANNEL_ENABLED:\1/' -i ${S}/Source/WebKit2/Target.pri
|
||||
sed -e 's/\s\(qtHaveModule(webchannel)\)/ OE_QTWEBCHANNEL_ENABLED:\1/' -i ${S}/Source/WebKit2/WebKit2.pri
|
||||
# disable libwebp test if it isn't enabled by PACKAGECONFIG
|
||||
sed -e 's/\s\(config_libwebp: \)/ OE_LIBWEBP_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf
|
||||
# disable libxcomposite test if it isn't enabled by PACKAGECONFIG
|
||||
sed -e 's/\s\(config_libXcomposite: \)/ OE_LIBXCOMPOSITE_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf
|
||||
# disable libxrender test if it isn't enabled by PACKAGECONFIG
|
||||
sed -e 's/\s\(config_libXrender: \)/ OE_LIBXRENDER_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf
|
||||
# disable fontconfig test if it isn't enabled by PACKAGECONFIG
|
||||
sed -e 's/\s\(config_fontconfig: \)/ OE_FONTCONFIG_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf
|
||||
}
|
||||
|
||||
# Forcibly enable ICU, so qtbase doesn't need it.
|
||||
@@ -80,12 +50,6 @@ EXTRA_QMAKEVARS_PRE += "QT_CONFIG+=icu"
|
||||
QTWEBKIT_DEBUG = "QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0"
|
||||
EXTRA_QMAKEVARS_PRE += "${QTWEBKIT_DEBUG}"
|
||||
|
||||
do_install_append() {
|
||||
# Remove paths to workdir, qtwebkit is dead now, so I won't spend extra time trying to prevent this
|
||||
# from some .prl or .prf file like for other modules
|
||||
sed -i 's@-Wl,-no-whole-archive -L${B}[^ ]* @ @g' ${D}${libdir}/pkgconfig/Qt5WebKit.pc
|
||||
}
|
||||
|
||||
# remove default ${PN}-examples* set in qt5.inc, because they conflicts with ${PN} from separate webkit-examples recipe
|
||||
PACKAGES_remove = "${PN}-examples-dev ${PN}-examples-staticdev ${PN}-examples-dbg ${PN}-examples"
|
||||
|
||||
@@ -95,6 +59,6 @@ PACKAGES_remove = "${PN}-examples-dev ${PN}-examples-staticdev ${PN}-examples-db
|
||||
RUBY_SYS = "${@ '${BUILD_SYS}'.replace('i486', 'i386').replace('i586', 'i386').replace('i686', 'i386') }"
|
||||
export RUBYLIB="${STAGING_DATADIR_NATIVE}/rubygems:${STAGING_LIBDIR_NATIVE}/ruby:${STAGING_LIBDIR_NATIVE}/ruby/${RUBY_SYS}"
|
||||
|
||||
QT_MODULE_BRANCH = "5.9"
|
||||
QT_MODULE_BRANCH = "dev"
|
||||
|
||||
SRCREV = "bd0657f98aff85b9f06d85a8cf4da6a27f61a56e"
|
||||
SRCREV = "beaeeb99881184fd368c121fcbb1a31c78b794a3"
|
||||
|
||||
@@ -11,4 +11,4 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative"
|
||||
|
||||
SRCREV = "2160c268ec80012f86be3eef20e05c267cdd2926"
|
||||
SRCREV = "8a549aca7b371722cbf012d85216e4560ef1cf33"
|
||||
|
||||
@@ -19,4 +19,4 @@ COMPATIBLE_MACHINE_armv7a = "(.*)"
|
||||
COMPATIBLE_MACHINE_armv7ve = "(.*)"
|
||||
COMPATIBLE_MACHINE_aarch64 = "(.*)"
|
||||
|
||||
SRCREV = "7445cd28616e68af3cf5e074a5576cbe6c5bf491"
|
||||
SRCREV = "cf23a402b97b459309ec32fe49c82a845a3636af"
|
||||
|
||||
@@ -13,4 +13,4 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
SRCREV = "a751298bc381b0fd0c6867e43d2613b98c2cb71f"
|
||||
SRCREV = "78a10dad08d1c354f7afb539bd89f0d75a9fe3b1"
|
||||
|
||||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
SRCREV = "7c4113d6e6215b26b866ed2a0da0fa5e0c12b8ea"
|
||||
SRCREV = "c892ceec1c301f12d5c276e12be0bee8fd7d4cbf"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user