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-03 20:26:23 +0200 |
commit | 1a23e785527f4beeaaef54ab0c60da8f1f739117 (patch) | |
tree | 6e3ea7132cb2ca1f65470eeb23366c2c27e1607d | |
parent | 39aeb5d1b01f047afa0c8223b889ea045b4c5d94 (diff) | |
parent | 3e502778ee161bef4177e7e7f45c0c9b78d047da (diff) | |
download | meta-qt5-1a23e785527f4beeaaef54ab0c60da8f1f739117.tar.gz |
Merge remote-tracking branch 'qtyocto/5.13' into 5.14
* qtyocto/5.13:
3e50277 ogl-runtime: update to v2.5.0 release
f7afa0a qt5: update submodules
8eec885 qt5: update submodules
6fca0e3 qtbase: add openssl PACKAGECONFIG for native nativesdk
09f4a09 ogl-runtime: update to 2.5
Conflicts:
recipes-qt/qt5/nativesdk-qtbase_git.bb
recipes-qt/qt5/ogl-runtime_git.bb
recipes-qt/qt5/qtbase-native_git.bb
recipes-qt/qt5/qtbase_git.bb
recipes-qt/qt5/qtconnectivity_git.bb
recipes-qt/qt5/qtimageformats_git.bb
recipes-qt/qt5/qtwebengine_git.bb
Change-Id: I4aeed4371949b449320ba153f8b7e45fb00c37e8
-rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/ogl-runtime_git.bb | 6 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb index 2a50ff38..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 \ |
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/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index 5cd51c5d..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 \ |