qtbase: fix incomplete recipe changes from previous commit

* the patches were renamed, but I forgot to amend the SRC_URI modifications

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2019-01-12 17:58:58 +00:00
parent f4c8cef858
commit 82abc2bb38
3 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtbase:"
# common for qtbase-native, qtbase-nativesdk and qtbase
# Patches from https://github.com/meta-qt5/qtbase/commits/b5.12-shared
# 5.12.meta-qt5-shared.4
# 5.12.meta-qt5-shared.5
SRC_URI += "\
file://0001-Add-linux-oe-g-platform.patch \
file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \
@@ -44,14 +44,14 @@ SRC_URI += "\
file://0017-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \
file://0018-Fix-compile-issue-with-gcc-9.patch \
file://0019-Fix-compilation-of-qendian-s-qswap-specializations-o.patch \
file://0022-Fix-qbswap-calls-for-Big-Endian-targets.patch \
file://0020-Fix-qbswap-calls-for-Big-Endian-targets.patch \
"
# common for qtbase-native and nativesdk-qtbase
# Patches from https://github.com/meta-qt5/qtbase/commits/b5.12-native
# 5.12.meta-qt5-native.5
SRC_URI += " \
file://0020-Always-build-uic-and-qvkgen.patch \
file://0021-Always-build-uic-and-qvkgen.patch \
"
# CMake's toolchain configuration of nativesdk-qtbase

View File

@@ -39,19 +39,19 @@ SRC_URI += "\
file://0017-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \
file://0018-Fix-compile-issue-with-gcc-9.patch \
file://0019-Fix-compilation-of-qendian-s-qswap-specializations-o.patch \
file://0022-Fix-qbswap-calls-for-Big-Endian-targets.patch \
file://0020-Fix-qbswap-calls-for-Big-Endian-targets.patch \
"
# common for qtbase-native and nativesdk-qtbase
# Patches from https://github.com/meta-qt5/qtbase/commits/b5.12-native
# 5.12.meta-qt5-native.5
SRC_URI += " \
file://0020-Always-build-uic-and-qvkgen.patch \
file://0021-Always-build-uic-and-qvkgen.patch \
"
# only for qtbase-native
SRC_URI += " \
file://0021-Bootstrap-without-linkat-feature.patch \
file://0022-Bootstrap-without-linkat-feature.patch \
"
CLEANBROKEN = "1"

View File

@@ -35,7 +35,7 @@ SRC_URI += "\
file://0017-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \
file://0018-Fix-compile-issue-with-gcc-9.patch \
file://0019-Fix-compilation-of-qendian-s-qswap-specializations-o.patch \
file://0022-Fix-qbswap-calls-for-Big-Endian-targets.patch \
file://0020-Fix-qbswap-calls-for-Big-Endian-targets.patch \
"