diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-18 16:41:31 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-20 14:45:14 +0100 |
commit | ad2e26f135735543199482e924e2e92cb8dbcbf7 (patch) | |
tree | 2172751f27dbdabbf7745843bd7cbb728e149196 | |
parent | 0d66bb0d511222687323a817db95b682fefb6eb8 (diff) | |
download | meta-qt5-ad2e26f135735543199482e924e2e92cb8dbcbf7.tar.gz |
qtwebengine: Hide textrel QA warning until there is proper fix for it
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index aa455363..d2975efd 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -125,3 +125,6 @@ SRCREV = "${SRCREV_qtwebengine}" | |||
125 | SRCREV_FORMAT = "qtwebengine_chromium" | 125 | SRCREV_FORMAT = "qtwebengine_chromium" |
126 | 126 | ||
127 | S = "${WORKDIR}/git" | 127 | S = "${WORKDIR}/git" |
128 | |||
129 | # WARNING: qtwebengine-5.5.99+5.6.0-rc+gitAUTOINC+3f02c25de4_779a2388fc-r0 do_package_qa: QA Issue: ELF binary '/OE/build/oe-core/tmp-glibc/work/i586-oe-linux/qtwebengine/5.5.99+5.6.0-rc+gitAUTOINC+3f02c25de4_779a2388fc-r0/packages-split/qtwebengine/usr/lib/libQt5WebEngineCore.so.5.6.0' has relocations in .text [textrel] | ||
130 | INSANE_SKIP_${PN} += "textrel" | ||