diff options
10 files changed, 86 insertions, 55 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb index cf92b3a2..a9bdac4a 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb | |||
| @@ -37,18 +37,18 @@ SRC_URI += "\ | |||
| 37 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ | 37 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ |
| 38 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ | 38 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ |
| 39 | file://0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch \ | 39 | file://0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch \ |
| 40 | file://0013-Check-glibc-version-for-renameat2-statx-on-non-boots.patch \ | 40 | file://0013-Disable-ltcg-for-host_build.patch \ |
| 41 | file://0014-Disable-ltcg-for-host_build.patch \ | 41 | file://0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ |
| 42 | file://0015-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ | 42 | file://0015-corelib-Include-sys-types.h-for-uint32_t.patch \ |
| 43 | file://0016-corelib-Include-sys-types.h-for-uint32_t.patch \ | 43 | file://0016-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \ |
| 44 | file://0017-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \ | ||
| 45 | " | 44 | " |
| 46 | 45 | ||
| 47 | # common for qtbase-native and nativesdk-qtbase | 46 | # common for qtbase-native and nativesdk-qtbase |
| 48 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.12-native | 47 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.12-native |
| 49 | # 5.12.meta-qt5-native.6 | 48 | # 5.12.meta-qt5-native.6 |
| 50 | SRC_URI += " \ | 49 | SRC_URI += " \ |
| 51 | file://0018-Always-build-uic-and-qvkgen.patch \ | 50 | file://0017-Always-build-uic-and-qvkgen.patch \ |
| 51 | file://0018-Avoid-renameeat2-for-native-sdk-builds.patch \ | ||
| 52 | " | 52 | " |
| 53 | 53 | ||
| 54 | # CMake's toolchain configuration of nativesdk-qtbase | 54 | # CMake's toolchain configuration of nativesdk-qtbase |
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index f81e1426..f392f889 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
| @@ -32,18 +32,18 @@ SRC_URI += "\ | |||
| 32 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ | 32 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ |
| 33 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ | 33 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ |
| 34 | file://0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch \ | 34 | file://0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch \ |
| 35 | file://0013-Check-glibc-version-for-renameat2-statx-on-non-boots.patch \ | 35 | file://0013-Disable-ltcg-for-host_build.patch \ |
| 36 | file://0014-Disable-ltcg-for-host_build.patch \ | 36 | file://0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ |
| 37 | file://0015-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ | 37 | file://0015-corelib-Include-sys-types.h-for-uint32_t.patch \ |
| 38 | file://0016-corelib-Include-sys-types.h-for-uint32_t.patch \ | 38 | file://0016-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \ |
| 39 | file://0017-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \ | ||
| 40 | " | 39 | " |
| 41 | 40 | ||
| 42 | # common for qtbase-native and nativesdk-qtbase | 41 | # common for qtbase-native and nativesdk-qtbase |
| 43 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.12-native | 42 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.12-native |
| 44 | # 5.12.meta-qt5-native.6 | 43 | # 5.12.meta-qt5-native.6 |
| 45 | SRC_URI += " \ | 44 | SRC_URI += " \ |
| 46 | file://0018-Always-build-uic-and-qvkgen.patch \ | 45 | file://0017-Always-build-uic-and-qvkgen.patch \ |
| 46 | file://0018-Avoid-renameeat2-for-native-sdk-builds.patch \ | ||
| 47 | " | 47 | " |
| 48 | 48 | ||
| 49 | # only for qtbase-native | 49 | # only for qtbase-native |
diff --git a/recipes-qt/qt5/qtbase/0013-Check-glibc-version-for-renameat2-statx-on-non-boots.patch b/recipes-qt/qt5/qtbase/0013-Check-glibc-version-for-renameat2-statx-on-non-boots.patch deleted file mode 100644 index 53dc5ea7..00000000 --- a/recipes-qt/qt5/qtbase/0013-Check-glibc-version-for-renameat2-statx-on-non-boots.patch +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | From 3dcb42b38dd8bfbb8b509149ee9e870b80fa0658 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | ||
| 3 | Date: Tue, 21 Aug 2018 00:29:06 +0200 | ||
| 4 | Subject: [PATCH] Check glibc version for renameat2/statx on non bootstrapped | ||
| 5 | build | ||
| 6 | MIME-Version: 1.0 | ||
| 7 | Content-Type: text/plain; charset=UTF-8 | ||
| 8 | Content-Transfer-Encoding: 8bit | ||
| 9 | |||
| 10 | Upstream-Status: Pending | ||
| 11 | |||
| 12 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||
| 13 | --- | ||
| 14 | src/corelib/io/qfilesystemengine_unix.cpp | 11 +++++++++++ | ||
| 15 | 1 file changed, 11 insertions(+) | ||
| 16 | |||
| 17 | diff --git a/src/corelib/io/qfilesystemengine_unix.cpp b/src/corelib/io/qfilesystemengine_unix.cpp | ||
| 18 | index b2d81066db..b90e3dc15d 100644 | ||
| 19 | --- a/src/corelib/io/qfilesystemengine_unix.cpp | ||
| 20 | +++ b/src/corelib/io/qfilesystemengine_unix.cpp | ||
| 21 | @@ -93,6 +93,17 @@ extern "C" NSString *NSTemporaryDirectory(); | ||
| 22 | #ifndef FICLONE | ||
| 23 | # define FICLONE _IOW(0x94, 9, int) | ||
| 24 | #endif | ||
| 25 | + | ||
| 26 | +// renameat2/statx features for non bootstrapped build | ||
| 27 | +#ifndef QT_BOOTSTRAPPED | ||
| 28 | +#ifdef __GLIBC_PREREQ | ||
| 29 | +# define QT_FEATURE_renameat2 (__GLIBC_PREREQ(2, 28) ? 1 : -1) | ||
| 30 | +# define QT_FEATURE_statx (__GLIBC_PREREQ(2, 28) ? 1 : -1) | ||
| 31 | +#else | ||
| 32 | +# define QT_FEATURE_renameat2 -1 | ||
| 33 | +# define QT_FEATURE_statx -1 | ||
| 34 | +#endif | ||
| 35 | +#endif | ||
| 36 | #endif | ||
| 37 | |||
| 38 | #if defined(Q_OS_ANDROID) | ||
diff --git a/recipes-qt/qt5/qtbase/0014-Disable-ltcg-for-host_build.patch b/recipes-qt/qt5/qtbase/0013-Disable-ltcg-for-host_build.patch index 142db442..142db442 100644 --- a/recipes-qt/qt5/qtbase/0014-Disable-ltcg-for-host_build.patch +++ b/recipes-qt/qt5/qtbase/0013-Disable-ltcg-for-host_build.patch | |||
diff --git a/recipes-qt/qt5/qtbase/0015-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch b/recipes-qt/qt5/qtbase/0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch index 1f990f24..1f990f24 100644 --- a/recipes-qt/qt5/qtbase/0015-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch +++ b/recipes-qt/qt5/qtbase/0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch | |||
diff --git a/recipes-qt/qt5/qtbase/0016-corelib-Include-sys-types.h-for-uint32_t.patch b/recipes-qt/qt5/qtbase/0015-corelib-Include-sys-types.h-for-uint32_t.patch index 660ab051..660ab051 100644 --- a/recipes-qt/qt5/qtbase/0016-corelib-Include-sys-types.h-for-uint32_t.patch +++ b/recipes-qt/qt5/qtbase/0015-corelib-Include-sys-types.h-for-uint32_t.patch | |||
diff --git a/recipes-qt/qt5/qtbase/0017-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch b/recipes-qt/qt5/qtbase/0016-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch index 69ff9604..69ff9604 100644 --- a/recipes-qt/qt5/qtbase/0017-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch +++ b/recipes-qt/qt5/qtbase/0016-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch | |||
diff --git a/recipes-qt/qt5/qtbase/0018-Always-build-uic-and-qvkgen.patch b/recipes-qt/qt5/qtbase/0017-Always-build-uic-and-qvkgen.patch index f85530ea..f85530ea 100644 --- a/recipes-qt/qt5/qtbase/0018-Always-build-uic-and-qvkgen.patch +++ b/recipes-qt/qt5/qtbase/0017-Always-build-uic-and-qvkgen.patch | |||
diff --git a/recipes-qt/qt5/qtbase/0018-Avoid-renameeat2-for-native-sdk-builds.patch b/recipes-qt/qt5/qtbase/0018-Avoid-renameeat2-for-native-sdk-builds.patch new file mode 100644 index 00000000..ea0cb2be --- /dev/null +++ b/recipes-qt/qt5/qtbase/0018-Avoid-renameeat2-for-native-sdk-builds.patch | |||
| @@ -0,0 +1,70 @@ | |||
| 1 | From 6bd6e1b5dea4364c9b4b42fd198b289c095b364b Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | ||
| 3 | Date: Sun, 14 Apr 2019 13:27:58 +0200 | ||
| 4 | Subject: [PATCH] Avoid renameeat2 for native(sdk) builds | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | Recently pseudo changed to not support reanameeat2 as glibc wrapper [1]. This | ||
| 10 | causes massive failures at do_install [2] on qtbase. | ||
| 11 | |||
| 12 | To work around tell Qt build configuration not to use ranameet2 independent | ||
| 13 | of glibc version. | ||
| 14 | |||
| 15 | [1] https://git.openembedded.org/openembedded-core/commit/?id=0fb257121b68f38b40c078150db8f7d0979b7ea5 | ||
| 16 | [2] https://github.com/meta-qt5/meta-qt5/issues/187 | ||
| 17 | |||
| 18 | Upstream-Status: Inappropriate [OE-specific] | ||
| 19 | |||
| 20 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||
| 21 | --- | ||
| 22 | src/corelib/global/qconfig-bootstrapped.h | 4 ++-- | ||
| 23 | src/corelib/io/qfilesystemengine_unix.cpp | 10 ---------- | ||
| 24 | 2 files changed, 2 insertions(+), 12 deletions(-) | ||
| 25 | |||
| 26 | diff --git a/src/corelib/global/qconfig-bootstrapped.h b/src/corelib/global/qconfig-bootstrapped.h | ||
| 27 | index dfcc3c9c7f..30166fe41c 100644 | ||
| 28 | --- a/src/corelib/global/qconfig-bootstrapped.h | ||
| 29 | +++ b/src/corelib/global/qconfig-bootstrapped.h | ||
| 30 | @@ -100,14 +100,14 @@ | ||
| 31 | #define QT_FEATURE_process -1 | ||
| 32 | #define QT_FEATURE_regularexpression -1 | ||
| 33 | #ifdef __GLIBC_PREREQ | ||
| 34 | -# define QT_FEATURE_renameat2 (__GLIBC_PREREQ(2, 28) ? 1 : -1) | ||
| 35 | +# define QT_FEATURE_renameat2 -1 | ||
| 36 | #else | ||
| 37 | # define QT_FEATURE_renameat2 -1 | ||
| 38 | #endif | ||
| 39 | #define QT_FEATURE_sharedmemory -1 | ||
| 40 | #define QT_FEATURE_slog2 -1 | ||
| 41 | #ifdef __GLIBC_PREREQ | ||
| 42 | -# define QT_FEATURE_statx (__GLIBC_PREREQ(2, 28) ? 1 : -1) | ||
| 43 | +# define QT_FEATURE_statx -1 | ||
| 44 | #else | ||
| 45 | # define QT_FEATURE_statx -1 | ||
| 46 | #endif | ||
| 47 | diff --git a/src/corelib/io/qfilesystemengine_unix.cpp b/src/corelib/io/qfilesystemengine_unix.cpp | ||
| 48 | index b2d81066db..d1783ebdf3 100644 | ||
| 49 | --- a/src/corelib/io/qfilesystemengine_unix.cpp | ||
| 50 | +++ b/src/corelib/io/qfilesystemengine_unix.cpp | ||
| 51 | @@ -1248,16 +1248,6 @@ bool QFileSystemEngine::renameFile(const QFileSystemEntry &source, const QFileSy | ||
| 52 | if (Q_UNLIKELY(srcPath.isEmpty() || tgtPath.isEmpty())) | ||
| 53 | return emptyFileEntryWarning(), false; | ||
| 54 | |||
| 55 | -#if defined(RENAME_NOREPLACE) && QT_CONFIG(renameat2) | ||
| 56 | - if (renameat2(AT_FDCWD, srcPath, AT_FDCWD, tgtPath, RENAME_NOREPLACE) == 0) | ||
| 57 | - return true; | ||
| 58 | - | ||
| 59 | - // We can also get EINVAL for some non-local filesystems. | ||
| 60 | - if (errno != EINVAL) { | ||
| 61 | - error = QSystemError(errno, QSystemError::StandardLibraryError); | ||
| 62 | - return false; | ||
| 63 | - } | ||
| 64 | -#endif | ||
| 65 | #if defined(Q_OS_DARWIN) && defined(RENAME_EXCL) | ||
| 66 | if (renameatx_np(AT_FDCWD, srcPath, AT_FDCWD, tgtPath, RENAME_EXCL) == 0) | ||
| 67 | return true; | ||
| 68 | -- | ||
| 69 | 2.20.1 | ||
| 70 | |||
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index fa8396f3..56db29b2 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
| @@ -28,11 +28,10 @@ SRC_URI += "\ | |||
| 28 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ | 28 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ |
| 29 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ | 29 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ |
| 30 | file://0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch \ | 30 | file://0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch \ |
| 31 | file://0013-Check-glibc-version-for-renameat2-statx-on-non-boots.patch \ | 31 | file://0013-Disable-ltcg-for-host_build.patch \ |
| 32 | file://0014-Disable-ltcg-for-host_build.patch \ | 32 | file://0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ |
| 33 | file://0015-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ | 33 | file://0015-corelib-Include-sys-types.h-for-uint32_t.patch \ |
| 34 | file://0016-corelib-Include-sys-types.h-for-uint32_t.patch \ | 34 | file://0016-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \ |
| 35 | file://0017-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \ | ||
| 36 | " | 35 | " |
| 37 | 36 | ||
| 38 | # for syncqt | 37 | # for syncqt |
