aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase-native_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-10-05 17:23:11 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2019-10-08 20:02:46 +0000
commit6b5122ef14cb8c5ba5a9f790d824e92667e88783 (patch)
tree90eb737cd8e90d11646e85a205f3884e797b1279 /recipes-qt/qt5/qtbase-native_git.bb
parent6442c54d10750016083b06a8bc22b9bffc5e26a2 (diff)
qtbase: Fix build when fp16 is used
Conversions between float and half are only available when the taraget has the half-precision extension. Guard these intrinsics accordingly Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase-native_git.bb')
-rw-r--r--recipes-qt/qt5/qtbase-native_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb
index 19181b69..f38bcffa 100644
--- a/recipes-qt/qt5/qtbase-native_git.bb
+++ b/recipes-qt/qt5/qtbase-native_git.bb
@@ -36,6 +36,7 @@ SRC_URI += "\
file://0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \
file://0015-corelib-Include-sys-types.h-for-uint32_t.patch \
file://0016-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \
+ file://0001-qfloat16-check-for-__ARM_FP-2.patch \
"
# common for qtbase-native and nativesdk-qtbase