diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2019-04-14 13:59:30 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-05-30 12:21:03 +0000 |
| commit | 1520d5b2b2beec5e1c3209d3178219e93ef08bca (patch) | |
| tree | 03207eb1a44e71a1a6be54ebcf90af2c3302f323 /recipes-qt/qt5/qtbase-native_git.bb | |
| parent | 0630018c0033c91fddda62a49f59a82ba6ec6850 (diff) | |
| download | meta-qt5-1520d5b2b2beec5e1c3209d3178219e93ef08bca.tar.gz | |
qtbase: Fix build with recent oe-core/pseudo on hosts with glibc >= 2.28
Recently pseudo changed to not support reanameeat2 as glibc wrapper [1]. This
causes massive failures at do_install [2] on qtbase.
To work around tell Qt build configuration not to use ranameat2 independent
of glibc version.
Target qtbase does not require this adjustment - there is no pseudo on target.
[1] https://git.openembedded.org/openembedded-core/commit/?id=0fb257121b68f38b40c078150db8f7d0979b7ea5
[2] https://github.com/meta-qt5/meta-qt5/issues/187
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase-native_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index ed5226b9..cc537b5b 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
| @@ -18,7 +18,7 @@ require qt5-git.inc | |||
| 18 | 18 | ||
| 19 | # common for qtbase-native, qtbase-nativesdk and qtbase | 19 | # common for qtbase-native, qtbase-nativesdk and qtbase |
| 20 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.11-shared | 20 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.11-shared |
| 21 | # 5.11.meta-qt5-shared.13 | 21 | # 5.11.meta-qt5-shared.14 |
| 22 | SRC_URI += "\ | 22 | SRC_URI += "\ |
| 23 | file://0001-Add-linux-oe-g-platform.patch \ | 23 | file://0001-Add-linux-oe-g-platform.patch \ |
| 24 | file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \ | 24 | file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \ |
| @@ -33,20 +33,20 @@ SRC_URI += "\ | |||
| 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-Upgrade-double-conversion-to-v3.0.0.patch \ | 35 | file://0013-Upgrade-double-conversion-to-v3.0.0.patch \ |
| 36 | file://0014-Check-glibc-version-for-renameat2-statx-on-non-boots.patch \ | 36 | file://0014-double-conversion-support-AARCH64EB-and-arm-BE.patch \ |
| 37 | file://0015-double-conversion-support-AARCH64EB-and-arm-BE.patch \ | 37 | file://0015-Disable-ltcg-for-host_build.patch \ |
| 38 | file://0016-Disable-ltcg-for-host_build.patch \ | 38 | file://0016-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ |
| 39 | file://0017-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ | 39 | file://0017-corelib-Include-sys-types.h-for-uint32_t.patch \ |
| 40 | file://0018-corelib-Include-sys-types.h-for-uint32_t.patch \ | 40 | file://0018-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \ |
| 41 | file://0019-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \ | 41 | file://0019-Fix-compile-issue-with-gcc-9.patch \ |
| 42 | file://0020-Fix-compile-issue-with-gcc-9.patch \ | ||
| 43 | " | 42 | " |
| 44 | 43 | ||
| 45 | # common for qtbase-native and nativesdk-qtbase | 44 | # common for qtbase-native and nativesdk-qtbase |
| 46 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.11-native | 45 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.11-native |
| 47 | # 5.11.meta-qt5-native.13 | 46 | # 5.11.meta-qt5-native.14 |
| 48 | SRC_URI += " \ | 47 | SRC_URI += " \ |
| 49 | file://0021-Always-build-uic-and-qvkgen.patch \ | 48 | file://0020-Always-build-uic-and-qvkgen.patch \ |
| 49 | file://0021-Avoid-renameeat2-for-native-sdk-builds.patch \ | ||
| 50 | " | 50 | " |
| 51 | 51 | ||
| 52 | # only for qtbase-native | 52 | # only for qtbase-native |
