diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-12-06 11:54:32 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-12-20 00:55:36 +0000 |
commit | b8fade938e684a5dda8c978689e914c5d11baf2e (patch) | |
tree | 5dad741faa436fe9317a59eaab4b9388a2ec4966 /recipes-qt/qt5/qtbase_git.bb | |
parent | 0cdf7276685ff03a769dc8201f60e8f16e04d879 (diff) | |
download | meta-qt5-b8fade938e684a5dda8c978689e914c5d11baf2e.tar.gz |
qtbase: Fix build with clang/musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 18137ce2..57fa1783 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -33,6 +33,7 @@ SRC_URI += "\ | |||
33 | file://0015-double-conversion-support-AARCH64EB-and-arm-BE.patch \ | 33 | file://0015-double-conversion-support-AARCH64EB-and-arm-BE.patch \ |
34 | file://0016-Disable-ltcg-for-host_build.patch \ | 34 | file://0016-Disable-ltcg-for-host_build.patch \ |
35 | file://0017-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ | 35 | file://0017-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \ |
36 | file://0020-corelib-Include-sys-types.h-for-uint32_t.patch \ | ||
36 | " | 37 | " |
37 | 38 | ||
38 | 39 | ||