summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2019-11-03 20:24:29 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2019-11-04 08:32:00 +0200
commita007664ad579adba2aef59ca01b9bc2a566087b3 (patch)
tree6e3ea7132cb2ca1f65470eeb23366c2c27e1607d
parent19ceaa67b564c202b612bbf126ce1606d9b94cc0 (diff)
parent1a23e785527f4beeaaef54ab0c60da8f1f739117 (diff)
downloadmeta-qt5-a007664ad579adba2aef59ca01b9bc2a566087b3.tar.gz
Merge "Merge remote-tracking branch 'qtyocto/5.13' into 5.14"
-rw-r--r--recipes-qt/qt5/nativesdk-qtbase_git.bb4
-rw-r--r--recipes-qt/qt5/ogl-runtime_git.bb6
-rw-r--r--recipes-qt/qt5/qt3d_git.bb2
-rw-r--r--recipes-qt/qt5/qtbase-native_git.bb4
-rw-r--r--recipes-qt/qt5/qtbase_git.bb2
-rw-r--r--recipes-qt/qt5/qtimageformats_git.bb2
-rw-r--r--recipes-qt/qt5/qtquick3d_git.bb2
-rw-r--r--recipes-qt/qt5/qttools_git.bb2
-rw-r--r--recipes-qt/qt5/qtwayland_git.bb2
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb2
10 files changed, 14 insertions, 14 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
index 903e86c8..59fa8dd6 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -77,6 +77,7 @@ DEBIAN_NOAUTONAME_${PN} = "1"
77PACKAGECONFIG ?= "" 77PACKAGECONFIG ?= ""
78PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui," 78PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui,"
79PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," 79PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif,"
80PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl,libssl"
80 81
81QT_CONFIG_FLAGS += " \ 82QT_CONFIG_FLAGS += " \
82 -shared \ 83 -shared \
@@ -111,7 +112,6 @@ do_configure() {
111 -no-sql-mysql \ 112 -no-sql-mysql \
112 -no-sql-sqlite \ 113 -no-sql-sqlite \
113 -no-opengl \ 114 -no-opengl \
114 -no-openssl \
115 -no-xcb \ 115 -no-xcb \
116 -no-feature-bearermanagement \ 116 -no-feature-bearermanagement \
117 -no-icu \ 117 -no-icu \
@@ -193,4 +193,4 @@ fakeroot do_generate_qt_environment_file() {
193do_generate_qt_environment_file[umask] = "022" 193do_generate_qt_environment_file[umask] = "022"
194addtask generate_qt_environment_file after do_install before do_package 194addtask generate_qt_environment_file after do_install before do_package
195 195
196SRCREV = "11acbc2c9928603dae6b4e2f1ca8b745e766f92b" 196SRCREV = "41226c4c483aaad628cd1ae9733959d2a9389c05"
diff --git a/recipes-qt/qt5/ogl-runtime_git.bb b/recipes-qt/qt5/ogl-runtime_git.bb
index 621d0e24..8bf3e2ca 100644
--- a/recipes-qt/qt5/ogl-runtime_git.bb
+++ b/recipes-qt/qt5/ogl-runtime_git.bb
@@ -9,17 +9,17 @@ LIC_FILES_CHKSUM = " \
9 9
10DEPENDS += "qtbase qtdeclarative qtquickcontrols2" 10DEPENDS += "qtbase qtdeclarative qtquickcontrols2"
11 11
12QT_MODULE_BRANCH = "master" 12QT_MODULE_BRANCH = "2.5"
13QT_MODULE_BRANCH_EASTL = "master" 13QT_MODULE_BRANCH_EASTL = "master"
14QT_GIT_PROJECT = "qt3dstudio" 14QT_GIT_PROJECT = "qt3dstudio"
15PV = "2.5+git${SRCPV}" 15PV = "2.5.0+git${SRCPV}"
16 16
17SRC_URI += " \ 17SRC_URI += " \
18 ${QT_GIT}/qt3dstudio-eastl.git;name=EASTL;branch=${QT_MODULE_BRANCH_EASTL};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/EASTL \ 18 ${QT_GIT}/qt3dstudio-eastl.git;name=EASTL;branch=${QT_MODULE_BRANCH_EASTL};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/EASTL \
19 file://0001-Fix-examples-build-error.patch \ 19 file://0001-Fix-examples-build-error.patch \
20" 20"
21 21
22SRCREV_ogl-runtime = "0ab6e1fb491cbc9aa821e11a1ee78915f61ee499" 22SRCREV_ogl-runtime = "25236c672d81a73ee8754dbd764eb8a2a26d866e"
23SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5" 23SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5"
24SRCREV = "${SRCREV_ogl-runtime}" 24SRCREV = "${SRCREV_ogl-runtime}"
25 25
diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb
index 1a7365f7..6b72e142 100644
--- a/recipes-qt/qt5/qt3d_git.bb
+++ b/recipes-qt/qt5/qt3d_git.bb
@@ -36,6 +36,6 @@ do_configure_prepend() {
36 ${S}/src/quick3d/imports/input/importsinput.pro 36 ${S}/src/quick3d/imports/input/importsinput.pro
37} 37}
38 38
39SRCREV = "fee0f43522483415b4af1475caaca21658f3e24a" 39SRCREV = "db9f0721c4406843766aab66d1cae170e76a237d"
40 40
41BBCLASSEXTEND += "native nativesdk" 41BBCLASSEXTEND += "native nativesdk"
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb
index f49e937f..04313397 100644
--- a/recipes-qt/qt5/qtbase-native_git.bb
+++ b/recipes-qt/qt5/qtbase-native_git.bb
@@ -59,6 +59,7 @@ XPLATFORM ?= "linux-oe-g++"
59PACKAGECONFIG ?= "" 59PACKAGECONFIG ?= ""
60PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui," 60PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui,"
61PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," 61PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif,"
62PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl"
62 63
63QT_CONFIG_FLAGS = " \ 64QT_CONFIG_FLAGS = " \
64 -sysroot ${STAGING_DIR_NATIVE} \ 65 -sysroot ${STAGING_DIR_NATIVE} \
@@ -74,7 +75,6 @@ QT_CONFIG_FLAGS = " \
74 -no-sql-psql \ 75 -no-sql-psql \
75 -no-opengl \ 76 -no-opengl \
76 -no-vulkan \ 77 -no-vulkan \
77 -no-openssl \
78 -no-xcb \ 78 -no-xcb \
79 -no-icu \ 79 -no-icu \
80 -verbose \ 80 -verbose \
@@ -141,4 +141,4 @@ do_install() {
141 echo 'set(_qt5_corelib_extra_includes "${_qt5Core_install_prefix}/lib${QT_DIR_NAME}/mkspecs/linux-oe-g++")' > ${D}${libdir}/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake 141 echo 'set(_qt5_corelib_extra_includes "${_qt5Core_install_prefix}/lib${QT_DIR_NAME}/mkspecs/linux-oe-g++")' > ${D}${libdir}/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake
142} 142}
143 143
144SRCREV = "11acbc2c9928603dae6b4e2f1ca8b745e766f92b" 144SRCREV = "41226c4c483aaad628cd1ae9733959d2a9389c05"
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index e02353c9..52a87759 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -275,4 +275,4 @@ INSANE_SKIP_${PN}-mkspecs += "file-rdeps"
275 275
276RRECOMMENDS_${PN}-plugins += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', '', d)}" 276RRECOMMENDS_${PN}-plugins += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', '', d)}"
277 277
278SRCREV = "11acbc2c9928603dae6b4e2f1ca8b745e766f92b" 278SRCREV = "41226c4c483aaad628cd1ae9733959d2a9389c05"
diff --git a/recipes-qt/qt5/qtimageformats_git.bb b/recipes-qt/qt5/qtimageformats_git.bb
index d58afb5e..4e4dd095 100644
--- a/recipes-qt/qt5/qtimageformats_git.bb
+++ b/recipes-qt/qt5/qtimageformats_git.bb
@@ -25,4 +25,4 @@ PACKAGECONFIG[libwebp] = ",CONFIG+=done_config_libwebp,libwebp"
25 25
26EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" 26EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
27 27
28SRCREV = "ff6cf6764ded8c028f693da70b876a00fbff2a5f" 28SRCREV = "8ca5b34c1aacc4b7a8f20bf9aadd04f1eeafd3f6"
diff --git a/recipes-qt/qt5/qtquick3d_git.bb b/recipes-qt/qt5/qtquick3d_git.bb
index af1d1300..848e870c 100644
--- a/recipes-qt/qt5/qtquick3d_git.bb
+++ b/recipes-qt/qt5/qtquick3d_git.bb
@@ -21,7 +21,7 @@ FILES_${PN}-qmlplugins += " \
21 ${OE_QMAKE_PATH_QML}/QtQuick3D/Helpers/meshes/*.mesh \ 21 ${OE_QMAKE_PATH_QML}/QtQuick3D/Helpers/meshes/*.mesh \
22" 22"
23 23
24SRCREV_qtquick3d = "e118912f6e92efb6d21df08da13a22fec4f3ecf9" 24SRCREV_qtquick3d = "e6bdc2917b19bbcd4d31d474958bf72f33330b68"
25SRCREV_assimp = "5c900d689a5db5637b98f665fc1e9e9c9ed416b9" 25SRCREV_assimp = "5c900d689a5db5637b98f665fc1e9e9c9ed416b9"
26 26
27SRCREV_FORMAT = "qtquick3d_assimp" 27SRCREV_FORMAT = "qtquick3d_assimp"
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb
index d0ce92d1..a8c9677d 100644
--- a/recipes-qt/qt5/qttools_git.bb
+++ b/recipes-qt/qt5/qttools_git.bb
@@ -40,7 +40,7 @@ EXTRA_QMAKEVARS_PRE_append_class-target = "\
40 ${@bb.utils.contains('PACKAGECONFIG', 'clang', 'CONFIG+=config_clang', 'CONFIG+=config_clang_done CONFIG-=config_clang', d)} \ 40 ${@bb.utils.contains('PACKAGECONFIG', 'clang', 'CONFIG+=config_clang', 'CONFIG+=config_clang_done CONFIG-=config_clang', d)} \
41" 41"
42 42
43SRCREV = "a339e4a1e3b53d852c1e6a445e3159dbd8bc0e80" 43SRCREV = "e75afb9ab5746b97cb2d9f1538f7fd9ec943bb10"
44 44
45BBCLASSEXTEND = "native nativesdk" 45BBCLASSEXTEND = "native nativesdk"
46 46
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb
index c4406155..2c232eda 100644
--- a/recipes-qt/qt5/qtwayland_git.bb
+++ b/recipes-qt/qt5/qtwayland_git.bb
@@ -37,7 +37,7 @@ PACKAGECONFIG[wayland-libhybris-egl-server-buffer] = "-feature-wayland-libhybris
37 37
38EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" 38EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}"
39 39
40SRCREV = "143fd7c785361a27712e812e70dca788b831d1b3" 40SRCREV = "d4ac2c9915fed87193cd2cf7ac438a9fa8edc126"
41 41
42BBCLASSEXTEND =+ "native nativesdk" 42BBCLASSEXTEND =+ "native nativesdk"
43 43
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 094516d3..0ef6bf6f 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -176,7 +176,7 @@ SRC_URI_append_libc-musl = "\
176 file://chromium/0019-chromium-musl-pread-pwrite.patch;patchdir=src/3rdparty \ 176 file://chromium/0019-chromium-musl-pread-pwrite.patch;patchdir=src/3rdparty \
177" 177"
178 178
179SRCREV_qtwebengine = "196a8061a4f00a6df6b160f6859eaa199e7e2e3c" 179SRCREV_qtwebengine = "21f10e777ee2faf41196d0263d4e5134d0ec216a"
180SRCREV_chromium = "88a931558e2e960eacccb32483713fcc4bbaf433" 180SRCREV_chromium = "88a931558e2e960eacccb32483713fcc4bbaf433"
181SRCREV = "${SRCREV_qtwebengine}" 181SRCREV = "${SRCREV_qtwebengine}"
182 182