diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-07 13:09:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-08 08:26:14 +0100 |
commit | 15494c03f72d749ef0e4a571cec448c9dcc45995 (patch) | |
tree | 6292d7c35d50cebe90a699f6a0a03c1cba42143f /meta/recipes-devtools/m4 | |
parent | 63acf50f1c90c13e8f3013a6feab03a2a0eb1e60 (diff) | |
download | poky-15494c03f72d749ef0e4a571cec448c9dcc45995.tar.gz |
m4: 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: e7f221bafbabbfa688009015646bd84f983829d2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/m4')
-rw-r--r-- | meta/recipes-devtools/m4/m4-1.4.19.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc index fcc9e58270..1d1f1eb477 100644 --- a/meta/recipes-devtools/m4/m4-1.4.19.inc +++ b/meta/recipes-devtools/m4/m4-1.4.19.inc | |||
@@ -62,6 +62,3 @@ RDEPENDS:${PN}-ptest:append:libc-glibc = "\ | |||
62 | glibc-gconv-iso8859-1 \ | 62 | glibc-gconv-iso8859-1 \ |
63 | " | 63 | " |
64 | 64 | ||
65 | INSANE_SKIP:${PN}-ptest += "ldflags" | ||
66 | INSANE_SKIP:${PN}-ptest += "rpaths" | ||
67 | |||