]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls: Skip QA check for text relocation on x86
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Fri, 23 Sep 2016 12:04:14 +0000 (15:04 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Sep 2016 17:06:10 +0000 (18:06 +0100)
Current release has relocations in .text on x86. Silence the
warning for now: Upcoming release should have a real fix.

[YOCTO #10290]

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gnutls/gnutls_3.5.3.bb

index 1bdca6ab9deca507d18d7d2d6d9db1a5e948c46a..8317eb413ad48a6153ad6f9f5b385f982587a485 100644 (file)
@@ -7,3 +7,6 @@ SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \
            "
 SRC_URI[md5sum] = "6c2c7f40ddf52933ee3ca474cb8cb63c"
 SRC_URI[sha256sum] = "92c4bc999a10a1b95299ebefaeea8333f19d8a98d957a35b5eae74881bdb1fef"
+
+# x86 .text relocations should be fixed from 3.5.5 onwards
+INSANE_SKIP_${PN}_append_x86 = " textrel"