summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gawk/gawk_5.2.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-04-14 16:42:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-20 11:51:39 +0100
commit4a32ad54d6c051fe387c67721cf96eb851ecd835 (patch)
tree9ff181ad350effab87cba5550d8555f48447790e /meta/recipes-extended/gawk/gawk_5.2.1.bb
parent1e71eaf6792727d2335ee2e2ad4c5ce88137fe77 (diff)
downloadopenembedded-core-contrib-4a32ad54d6c051fe387c67721cf96eb851ecd835.tar.gz
gawk: Remove redundant patch
This patch is doing the same things thats already being done in the do_install_ptest where the problematic tests are being deleted from final package. run-ptest script runs a find for available tests and runs each test target found during run therefore its enough to remove them from final install. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ross Burton <ross.burton@arm.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Diffstat (limited to 'meta/recipes-extended/gawk/gawk_5.2.1.bb')
-rw-r--r--meta/recipes-extended/gawk/gawk_5.2.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/gawk/gawk_5.2.1.bb b/meta/recipes-extended/gawk/gawk_5.2.1.bb
index bbb26231a1..c914326563 100644
--- a/meta/recipes-extended/gawk/gawk_5.2.1.bb
+++ b/meta/recipes-extended/gawk/gawk_5.2.1.bb
@@ -16,7 +16,6 @@ PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
PACKAGECONFIG[mpfr] = "--with-mpfr,--without-mpfr, mpfr"
SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
- file://remove-sensitive-tests.patch \
file://run-ptest \
"