[oe-commits] [openembedded-core] 19/26: gnutls: Skip QA check for text relocation on x86

git at git.openembedded.org git at git.openembedded.org
Fri Sep 23 17:07:01 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a55a20aea2128d777630a1c6d946f4434b18a227
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: Fri Sep 23 15:04:14 2016 +0300

    gnutls: Skip QA check for text relocation on x86
    
    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/gnutls/gnutls_3.5.3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-support/gnutls/gnutls_3.5.3.bb b/meta/recipes-support/gnutls/gnutls_3.5.3.bb
index 1bdca6a..8317eb4 100644
--- a/meta/recipes-support/gnutls/gnutls_3.5.3.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.5.3.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list