diff options
| author | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-11-03 20:24:29 +0200 |
|---|---|---|
| committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-11-04 08:32:00 +0200 |
| commit | a007664ad579adba2aef59ca01b9bc2a566087b3 (patch) | |
| tree | 6e3ea7132cb2ca1f65470eeb23366c2c27e1607d /recipes-qt | |
| parent | 19ceaa67b564c202b612bbf126ce1606d9b94cc0 (diff) | |
| parent | 1a23e785527f4beeaaef54ab0c60da8f1f739117 (diff) | |
| download | meta-qt5-a007664ad579adba2aef59ca01b9bc2a566087b3.tar.gz | |
Merge "Merge remote-tracking branch 'qtyocto/5.13' into 5.14"
Diffstat (limited to 'recipes-qt')
| -rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase_git.bb | 4 | ||||
| -rw-r--r-- | recipes-qt/qt5/ogl-runtime_git.bb | 6 | ||||
| -rw-r--r-- | recipes-qt/qt5/qt3d_git.bb | 2 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 4 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 2 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtimageformats_git.bb | 2 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtquick3d_git.bb | 2 | ||||
| -rw-r--r-- | recipes-qt/qt5/qttools_git.bb | 2 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtwayland_git.bb | 2 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 2 |
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" | |||
| 77 | PACKAGECONFIG ?= "" | 77 | PACKAGECONFIG ?= "" |
| 78 | PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui," | 78 | PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui," |
| 79 | PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," | 79 | PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," |
| 80 | PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl,libssl" | ||
| 80 | 81 | ||
| 81 | QT_CONFIG_FLAGS += " \ | 82 | QT_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() { | |||
| 193 | do_generate_qt_environment_file[umask] = "022" | 193 | do_generate_qt_environment_file[umask] = "022" |
| 194 | addtask generate_qt_environment_file after do_install before do_package | 194 | addtask generate_qt_environment_file after do_install before do_package |
| 195 | 195 | ||
| 196 | SRCREV = "11acbc2c9928603dae6b4e2f1ca8b745e766f92b" | 196 | SRCREV = "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 | ||
| 10 | DEPENDS += "qtbase qtdeclarative qtquickcontrols2" | 10 | DEPENDS += "qtbase qtdeclarative qtquickcontrols2" |
| 11 | 11 | ||
| 12 | QT_MODULE_BRANCH = "master" | 12 | QT_MODULE_BRANCH = "2.5" |
| 13 | QT_MODULE_BRANCH_EASTL = "master" | 13 | QT_MODULE_BRANCH_EASTL = "master" |
| 14 | QT_GIT_PROJECT = "qt3dstudio" | 14 | QT_GIT_PROJECT = "qt3dstudio" |
| 15 | PV = "2.5+git${SRCPV}" | 15 | PV = "2.5.0+git${SRCPV}" |
| 16 | 16 | ||
| 17 | SRC_URI += " \ | 17 | SRC_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 | ||
| 22 | SRCREV_ogl-runtime = "0ab6e1fb491cbc9aa821e11a1ee78915f61ee499" | 22 | SRCREV_ogl-runtime = "25236c672d81a73ee8754dbd764eb8a2a26d866e" |
| 23 | SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5" | 23 | SRCREV_EASTL = "31697c758f2ed19bd7c6bbe61f1b91f9e12035b5" |
| 24 | SRCREV = "${SRCREV_ogl-runtime}" | 24 | SRCREV = "${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 | ||
| 39 | SRCREV = "fee0f43522483415b4af1475caaca21658f3e24a" | 39 | SRCREV = "db9f0721c4406843766aab66d1cae170e76a237d" |
| 40 | 40 | ||
| 41 | BBCLASSEXTEND += "native nativesdk" | 41 | BBCLASSEXTEND += "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++" | |||
| 59 | PACKAGECONFIG ?= "" | 59 | PACKAGECONFIG ?= "" |
| 60 | PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui," | 60 | PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui," |
| 61 | PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," | 61 | PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," |
| 62 | PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl" | ||
| 62 | 63 | ||
| 63 | QT_CONFIG_FLAGS = " \ | 64 | QT_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 | ||
| 144 | SRCREV = "11acbc2c9928603dae6b4e2f1ca8b745e766f92b" | 144 | SRCREV = "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 | ||
| 276 | RRECOMMENDS_${PN}-plugins += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', '', d)}" | 276 | RRECOMMENDS_${PN}-plugins += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', '', d)}" |
| 277 | 277 | ||
| 278 | SRCREV = "11acbc2c9928603dae6b4e2f1ca8b745e766f92b" | 278 | SRCREV = "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 | ||
| 26 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" | 26 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" |
| 27 | 27 | ||
| 28 | SRCREV = "ff6cf6764ded8c028f693da70b876a00fbff2a5f" | 28 | SRCREV = "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 | ||
| 24 | SRCREV_qtquick3d = "e118912f6e92efb6d21df08da13a22fec4f3ecf9" | 24 | SRCREV_qtquick3d = "e6bdc2917b19bbcd4d31d474958bf72f33330b68" |
| 25 | SRCREV_assimp = "5c900d689a5db5637b98f665fc1e9e9c9ed416b9" | 25 | SRCREV_assimp = "5c900d689a5db5637b98f665fc1e9e9c9ed416b9" |
| 26 | 26 | ||
| 27 | SRCREV_FORMAT = "qtquick3d_assimp" | 27 | SRCREV_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 | ||
| 43 | SRCREV = "a339e4a1e3b53d852c1e6a445e3159dbd8bc0e80" | 43 | SRCREV = "e75afb9ab5746b97cb2d9f1538f7fd9ec943bb10" |
| 44 | 44 | ||
| 45 | BBCLASSEXTEND = "native nativesdk" | 45 | BBCLASSEXTEND = "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 | ||
| 38 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" | 38 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" |
| 39 | 39 | ||
| 40 | SRCREV = "143fd7c785361a27712e812e70dca788b831d1b3" | 40 | SRCREV = "d4ac2c9915fed87193cd2cf7ac438a9fa8edc126" |
| 41 | 41 | ||
| 42 | BBCLASSEXTEND =+ "native nativesdk" | 42 | BBCLASSEXTEND =+ "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 | ||
| 179 | SRCREV_qtwebengine = "196a8061a4f00a6df6b160f6859eaa199e7e2e3c" | 179 | SRCREV_qtwebengine = "21f10e777ee2faf41196d0263d4e5134d0ec216a" |
| 180 | SRCREV_chromium = "88a931558e2e960eacccb32483713fcc4bbaf433" | 180 | SRCREV_chromium = "88a931558e2e960eacccb32483713fcc4bbaf433" |
| 181 | SRCREV = "${SRCREV_qtwebengine}" | 181 | SRCREV = "${SRCREV_qtwebengine}" |
| 182 | 182 | ||
