diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-12-14 13:10:24 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-12-14 11:24:26 +0000 |
commit | 3f7f140f780649b72c56122a54b77bd66f71faee (patch) | |
tree | 7f541d6d42de0457909632bf2b3e30be59689af3 | |
parent | afe5e7e6424037aee86f8a94971e968d9cbb9282 (diff) | |
download | meta-qt5-3f7f140f780649b72c56122a54b77bd66f71faee.tar.gz |
qtwebkit: use the last released version
Version in dev branch was never supported and 5.9 was last supported release.
Change-Id: Iffee63bb450c003e27f09dc6a9c0a7e5adca9f91
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r-- | recipes-qt/qt5/qtwebkit-examples_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtwebkit/0001-Remove-unused-check-for-private_tests.patch | 41 | ||||
-rw-r--r-- | recipes-qt/qt5/qtwebkit_git.bb | 3 |
3 files changed, 2 insertions, 44 deletions
diff --git a/recipes-qt/qt5/qtwebkit-examples_git.bb b/recipes-qt/qt5/qtwebkit-examples_git.bb index b8b6ee71..3e3e4a0b 100644 --- a/recipes-qt/qt5/qtwebkit-examples_git.bb +++ b/recipes-qt/qt5/qtwebkit-examples_git.bb | |||
@@ -17,4 +17,4 @@ DEPENDS += "qtwebkit qtxmlpatterns" | |||
17 | RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins" | 17 | RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins" |
18 | RDEPENDS_${PN}-examples += "${@bb.utils.contains('PACKAGECONFIG_OPENSSL', 'openssl', 'ca-certificates', '', d)}" | 18 | RDEPENDS_${PN}-examples += "${@bb.utils.contains('PACKAGECONFIG_OPENSSL', 'openssl', 'ca-certificates', '', d)}" |
19 | 19 | ||
20 | SRCREV = "7efef7478b60f6aeb7babb0663234cf8dcb8a265" | 20 | SRCREV = "a24c780b60d7d8bc00c4a48042cf7f32db777d55" |
diff --git a/recipes-qt/qt5/qtwebkit/0001-Remove-unused-check-for-private_tests.patch b/recipes-qt/qt5/qtwebkit/0001-Remove-unused-check-for-private_tests.patch deleted file mode 100644 index 0df47a4f..00000000 --- a/recipes-qt/qt5/qtwebkit/0001-Remove-unused-check-for-private_tests.patch +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | From 74ac5b0f3489f9a08d083b6c9607c9d5c2d4afd2 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= <jkt@kde.org> | ||
3 | Date: Wed, 14 Sep 2016 23:51:14 +0200 | ||
4 | Subject: [PATCH] Remove unused check for private_tests | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | It turns out that qt_developer_build is never used anyway. | ||
10 | |||
11 | I did some git archeology and it looks like it was nuked when doing the | ||
12 | 5.2 merge from upstream. The original purpose was apparently to control | ||
13 | -Werror, which is nowadays controlled by CONFIG -= production_build. | ||
14 | |||
15 | This actually fixes the build, as the QT_FOR_CONFIG += core-private which | ||
16 | would have been required for qtConfig(private_tests) is missing. | ||
17 | |||
18 | Task-number: QTBUG-55950 | ||
19 | Change-Id: Iaaaad184b29b523ce4a4ed8afec2ac527d8f93e3 | ||
20 | Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> | ||
21 | Reviewed-by: Konstantin Tokarev <annulen@yandex.ru> | ||
22 | Reviewed-by: Jan Kundrát <jkt@kde.org> | ||
23 | --- | ||
24 | Tools/qmake/mkspecs/features/default_pre.prf | 4 ---- | ||
25 | 1 file changed, 4 deletions(-) | ||
26 | |||
27 | diff --git a/Tools/qmake/mkspecs/features/default_pre.prf b/Tools/qmake/mkspecs/features/default_pre.prf | ||
28 | index 568e80a..5c36e93 100644 | ||
29 | --- a/Tools/qmake/mkspecs/features/default_pre.prf | ||
30 | +++ b/Tools/qmake/mkspecs/features/default_pre.prf | ||
31 | @@ -62,10 +62,6 @@ win32-msvc*: MAKEFILE_NOOP_COMMAND = @echo >NUL | ||
32 | scratchbox: PYTHON = python2.6 | ||
33 | else: PYTHON = python | ||
34 | |||
35 | -# We use private_tests to detect developer build, since the destdir will | ||
36 | -# always be our webkit build dir. This might change as configure changes. | ||
37 | -qtConfig(private_tests): CONFIG += qt_developer_build | ||
38 | - | ||
39 | # By default we enable "production build", and build-webkit, which is | ||
40 | # used by bots and developers, will disable it, to enable warnings etc. | ||
41 | CONFIG += production_build | ||
diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb index 9fc931e9..8b3c3f50 100644 --- a/recipes-qt/qt5/qtwebkit_git.bb +++ b/recipes-qt/qt5/qtwebkit_git.bb | |||
@@ -22,7 +22,6 @@ ARM_INSTRUCTION_SET_armv5 = "arm" | |||
22 | # 5.9.meta-qt5.2 | 22 | # 5.9.meta-qt5.2 |
23 | SRC_URI += "\ | 23 | SRC_URI += "\ |
24 | file://0001-qtwebkit-fix-QA-issue-bad-RPATH.patch \ | 24 | file://0001-qtwebkit-fix-QA-issue-bad-RPATH.patch \ |
25 | file://0001-Remove-unused-check-for-private_tests.patch \ | ||
26 | file://0002-Exclude-backtrace-API-for-non-glibc-libraries.patch \ | 25 | file://0002-Exclude-backtrace-API-for-non-glibc-libraries.patch \ |
27 | " | 26 | " |
28 | 27 | ||
@@ -88,4 +87,4 @@ PACKAGES_remove = "${PN}-examples-dev ${PN}-examples-staticdev ${PN}-examples-db | |||
88 | RUBY_SYS = "${@ '${BUILD_SYS}'.replace('i486', 'i386').replace('i586', 'i386').replace('i686', 'i386') }" | 87 | RUBY_SYS = "${@ '${BUILD_SYS}'.replace('i486', 'i386').replace('i586', 'i386').replace('i686', 'i386') }" |
89 | export RUBYLIB="${STAGING_DATADIR_NATIVE}/rubygems:${STAGING_LIBDIR_NATIVE}/ruby:${STAGING_LIBDIR_NATIVE}/ruby/${RUBY_SYS}" | 88 | export RUBYLIB="${STAGING_DATADIR_NATIVE}/rubygems:${STAGING_LIBDIR_NATIVE}/ruby:${STAGING_LIBDIR_NATIVE}/ruby/${RUBY_SYS}" |
90 | 89 | ||
91 | SRCREV = "7e104c57a70fdf551bb3d22a5d637cdcbc69dbea" | 90 | SRCREV = "97c4a80a1282c8c3eaa343011286b76fd4838c5f" |