aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2022-02-08 15:06:58 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2022-02-09 09:08:41 +0200
commit760d826ee1267d6e859c618d7b55d609d4f41b96 (patch)
tree2d699440310b6bf9ea607e55828468c99b274792
parentd50f63cea77326cf1ead98228132e1bcd61daa1e (diff)
qtwebengine: skip QA issue
Fix QA Issue: qtwebengine: ELF binary /usr/lib/libQt6WebEngineCore.so.6.2.4 has relocations in .text [textrel] Change-Id: I46fae1212efa0680cec2bfbc29f21800195176d2 (cherry picked from commit 57b22c6ea036297ce0db45823b1971ef9398f576) Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--recipes-qt/qt6/qtwebengine_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt6/qtwebengine_git.bb b/recipes-qt/qt6/qtwebengine_git.bb
index fec6967..bf9f7cd 100644
--- a/recipes-qt/qt6/qtwebengine_git.bb
+++ b/recipes-qt/qt6/qtwebengine_git.bb
@@ -81,3 +81,7 @@ FILES:${PN} += "\
${QT6_INSTALL_TRANSLATIONSDIR} \
${QT6_INSTALL_DATADIR}/resources \
"
+
+# QA Issue: qtwebengine: ELF binary /usr/lib/libQt6WebEngineCore.so.6.3.0 has relocations in .text [textrel]
+# when proprietary-codecs is enabled
+INSANE_SKIP:${PN} += "textrel"