diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-07 13:10:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-08 08:26:14 +0100 |
commit | e6a49ef35322cdb72f348261b0b35ec0b619e337 (patch) | |
tree | 643c64f064ed93d06629b2d15ba5c84edf609794 | |
parent | 15494c03f72d749ef0e4a571cec448c9dcc45995 (diff) | |
download | poky-e6a49ef35322cdb72f348261b0b35ec0b619e337.tar.gz |
gettext: Drop ptest INSANE_SKIPs
In my local testing there are now no QA issues from this recipe so we can drop
the ptest INSANE_SKIPs.
(From OE-Core rev: 0a6821ca4a1c8aa26d3bf6ec1e8b2f86597a1699)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/gettext/gettext_0.22.5.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.22.5.bb b/meta/recipes-core/gettext/gettext_0.22.5.bb index 7eeb1a86fd..ef5272a206 100644 --- a/meta/recipes-core/gettext/gettext_0.22.5.bb +++ b/meta/recipes-core/gettext/gettext_0.22.5.bb | |||
@@ -208,7 +208,4 @@ RRECOMMENDS:${PN}-ptest:append:libc-glibc = "\ | |||
208 | locale-base-fr-fr.iso-8859-1 \ | 208 | locale-base-fr-fr.iso-8859-1 \ |
209 | " | 209 | " |
210 | 210 | ||
211 | INSANE_SKIP:${PN}-ptest += "ldflags" | ||
212 | INSANE_SKIP:${PN}-ptest += "rpaths" | ||
213 | |||
214 | BBCLASSEXTEND = "native nativesdk" | 211 | BBCLASSEXTEND = "native nativesdk" |