diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-09-23 15:04:14 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-24 07:30:09 +0100 |
commit | 36accdb93f71d226fa2ec77770440745d9e7e2fe (patch) | |
tree | a50805b46fb4ba67d06937c801f55b9eec1623a9 /meta | |
parent | 347316dc150c769dfe892a96a13abf1cc01c14d5 (diff) | |
download | poky-36accdb93f71d226fa2ec77770440745d9e7e2fe.tar.gz |
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]
(From OE-Core rev: a55a20aea2128d777630a1c6d946f4434b18a227)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.5.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.5.3.bb b/meta/recipes-support/gnutls/gnutls_3.5.3.bb index 1bdca6ab9d..8317eb413a 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 \ | |||
7 | " | 7 | " |
8 | SRC_URI[md5sum] = "6c2c7f40ddf52933ee3ca474cb8cb63c" | 8 | SRC_URI[md5sum] = "6c2c7f40ddf52933ee3ca474cb8cb63c" |
9 | SRC_URI[sha256sum] = "92c4bc999a10a1b95299ebefaeea8333f19d8a98d957a35b5eae74881bdb1fef" | 9 | SRC_URI[sha256sum] = "92c4bc999a10a1b95299ebefaeea8333f19d8a98d957a35b5eae74881bdb1fef" |
10 | |||
11 | # x86 .text relocations should be fixed from 3.5.5 onwards | ||
12 | INSANE_SKIP_${PN}_append_x86 = " textrel" | ||