diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 2f1a9273..a7811ddf 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -27,12 +27,10 @@ SRC_URI += "\ | |||
27 | file://0009-Add-OE-specific-specs-for-clang-compiler.patch \ | 27 | file://0009-Add-OE-specific-specs-for-clang-compiler.patch \ |
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 \ | ||
31 | file://0013-Disable-ltcg-for-host_build.patch \ | 30 | file://0013-Disable-ltcg-for-host_build.patch \ |
32 | file://0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ | 31 | file://0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ |
33 | file://0015-corelib-Include-sys-types.h-for-uint32_t.patch \ | 32 | file://0015-corelib-Include-sys-types.h-for-uint32_t.patch \ |
34 | file://0016-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \ | 33 | file://0016-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \ |
35 | file://0017-input-Make-use-of-timeval-portable-for-64bit-time_t.patch \ | ||
36 | file://0018-tst_qpainter-FE_-macros-are-not-defined-for-every-pl.patch \ | 34 | file://0018-tst_qpainter-FE_-macros-are-not-defined-for-every-pl.patch \ |
37 | file://0019-Define-__NR_futex-if-it-does-not-exist.patch \ | 35 | file://0019-Define-__NR_futex-if-it-does-not-exist.patch \ |
38 | " | 36 | " |
@@ -60,6 +58,7 @@ PACKAGECONFIG_DEFAULT ?= "accessibility dbus udev evdev widgets tools libs freet | |||
60 | ${@bb.utils.contains('SELECTED_OPTIMIZATION', '-Os', 'optimize-size ltcg', '', d)} \ | 58 | ${@bb.utils.contains('SELECTED_OPTIMIZATION', '-Os', 'optimize-size ltcg', '', d)} \ |
61 | ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)} \ | 59 | ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)} \ |
62 | ${@bb.utils.contains('DISTRO_FEATURES', 'qt5-static', 'static', '', d)} \ | 60 | ${@bb.utils.contains('DISTRO_FEATURES', 'qt5-static', 'static', '', d)} \ |
61 | ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)} \ | ||
63 | " | 62 | " |
64 | 63 | ||
65 | PACKAGECONFIG ?= " \ | 64 | PACKAGECONFIG ?= " \ |
@@ -181,7 +180,6 @@ LDFLAGS_append_riscv64 = " -pthread" | |||
181 | 180 | ||
182 | QT_CONFIG_FLAGS += " \ | 181 | QT_CONFIG_FLAGS += " \ |
183 | ${QT_CONFIG_FLAGS_GOLD} \ | 182 | ${QT_CONFIG_FLAGS_GOLD} \ |
184 | -shared \ | ||
185 | -silent \ | 183 | -silent \ |
186 | -no-pch \ | 184 | -no-pch \ |
187 | -no-rpath \ | 185 | -no-rpath \ |
@@ -304,4 +302,4 @@ sed -i \ | |||
304 | $D${OE_QMAKE_PATH_ARCHDATA}/mkspecs/qmodule.pri | 302 | $D${OE_QMAKE_PATH_ARCHDATA}/mkspecs/qmodule.pri |
305 | } | 303 | } |
306 | 304 | ||
307 | SRCREV = "f6fe4bbab7c0a390b96098b1ccf2373547a4baf9" | 305 | SRCREV = "40143c189b7c1bf3c2058b77d00ea5c4e3be8b28" |