aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-12-15 15:56:28 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2022-02-11 19:26:21 +0100
commitce5b4c9af3d4a64e2a0206b6457bdf3a90ae4275 (patch)
tree68a5c465d39b7990cb3c85c01453cfd6dc880fc0 /recipes-qt/qt5/qtbase_git.bb
parentb34ac6edcb384e4aa07f74d62c7a0f70d6e892fe (diff)
qtbase: Fix ptest compilation with clang
Fixes fakeplugin.cpp:36:39: error: 'message' causes a section type conflict with 'pluginSection' QT_PLUGIN_METADATA_SECTION const char message[] = "QTMETADATA"; ^ fakeplugin.cpp:32:40: note: declared here QT_PLUGIN_METADATA_SECTION void *const pluginSection = (void*)(0xc0ffeec0ffeeL); Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase_git.bb')
-rw-r--r--recipes-qt/qt5/qtbase_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index 43bd9819..1de95cca 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -36,6 +36,7 @@ SRC_URI += "\
file://0020-Revert-Fix-workaround-in-pthread-destructor.patch \
file://0021-qfloat16-Include-limits-header.patch \
file://0022-fix_timezone_dst.patch \
+ file://0023-tst_QPluginLoader-Simplify-creating-a-fake-pointer-i.patch \
"
# Disable LTO for now, QT5 patches are being worked upstream, perhaps revisit with