Skip to content

Commit 3c81df0

Browse files
committed
chromium: Ignore textrels on x86 build
building 32bit x86 results in textrels which I guess should be fixed so here is a workaround until they are root caused and fixed. Fixes build time QA error ERROR: QA Issue: lib32-chromium-ozone-wayland: ELF binary /usr/bin/chromium has relocations in .text [textrel] Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent ccbdc01 commit 3c81df0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

meta-chromium/recipes-browser/chromium/chromium-gn.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,3 +521,7 @@ PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
521521

522522
# There is no need to ship empty -dev packages.
523523
ALLOW_EMPTY:${PN}-dev = "0"
524+
525+
# ERROR: QA Issue: lib32-chromium-ozone-wayland: ELF binary /usr/bin/chromium has relocations in .text [textrel]
526+
INSANE_SKIP:${PN}:append:x86 = "textrel"
527+

0 commit comments

Comments
 (0)