summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sed/sed
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-12-02 18:54:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-04 12:30:58 +0000
commit030c2b8df0410a911fabbedd5e617f9a97bb62b6 (patch)
tree1e6205979519d3f9c80d8937e0bb5f236b8ce027 /meta/recipes-extended/sed/sed
parent6c2d399220dd1e7d6b69e653a066205c60e38ed5 (diff)
downloadpoky-030c2b8df0410a911fabbedd5e617f9a97bb62b6.tar.gz
sed: upgrade to 4.7
Drop both patches as they are no longer necessary. Rewrite ptest support as it has been refactored upstream. Ptest results: TOTAL: 67 PASS: 59 SKIP: 8 (due to missing valgrind) (From OE-Core rev: bd40260cbacf660e7390f4f5ef5e096e75774b05) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sed/sed')
-rw-r--r--meta/recipes-extended/sed/sed/run-ptest5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/sed/sed/run-ptest b/meta/recipes-extended/sed/sed/run-ptest
new file mode 100644
index 0000000000..993d7d5d75
--- /dev/null
+++ b/meta/recipes-extended/sed/sed/run-ptest
@@ -0,0 +1,5 @@
1#!/bin/sh
2
3chown nobody testsuite
4chown nobody ../ptest
5su nobody -c "make test-suite.log"