mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-06 22:24:36 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user