[oe] [meta-browser][PATCH] chromium: hide textrel QA issues which are there for ages

Martin Jansa martin.jansa at gmail.com
Thu Sep 14 12:17:40 UTC 2017


* nobody wants to fix them

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 recipes-browser/chromium/chromium.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-browser/chromium/chromium.inc b/recipes-browser/chromium/chromium.inc
index 34dd2e8..ad3d50d 100644
--- a/recipes-browser/chromium/chromium.inc
+++ b/recipes-browser/chromium/chromium.inc
@@ -103,6 +103,8 @@ FILES_${PN}-dbg += "${bindir}/${BPN}/.debug/ ${libdir}/${BPN}/.debug/ ${libdir}/
 
 PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
 
-INSANE_SKIP_${PN} = "ldflags"
+# chromium-54.0.2810.2: ELF binary 'i586-oe-linux/chromium/54.0.2810.2-r0/packages-split/chromium/usr/bin/chromium/chrome' has relocations in .text [textrel]
+# chromium-wayland-53.0.2785.143: ELF binary 'i586-oe-linux/chromium-wayland/53.0.2785.143-r0/packages-split/chromium-wayland/usr/bin/chromium/chrome' has relocations in .text [textrel]
+INSANE_SKIP_${PN} = "ldflags textrel"
 SOLIBS = ".so"
 FILES_SOLIBSDEV = ""
-- 
2.14.1




More information about the Openembedded-devel mailing list