diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-04 19:22:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-04 19:24:20 +0200 |
commit | 9e0ac0046af5c57bb7bfe436844ff1a0033efeeb (patch) | |
tree | f4236dad42c59f1c06ccf9b13b130268d60148fe /package/ltp | |
parent | 505e5265d837eaebd48f5de5ec060f9c2035d175 (diff) |
ltp: update to 20230516
Diffstat (limited to 'package/ltp')
-rw-r--r-- | package/ltp/Makefile | 4 | ||||
-rw-r--r-- | package/ltp/patches/patch-runtest_syscalls | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/package/ltp/Makefile b/package/ltp/Makefile index 0c5a4664f..c313412ec 100644 --- a/package/ltp/Makefile +++ b/package/ltp/Makefile @@ -4,10 +4,10 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= ltp -PKG_VERSION:= 20220121 +PKG_VERSION:= 20230516 PKG_RELEASE:= 1 PKG_DESCR:= linux test project -PKG_HASH:= ad002520616fac52362229ea0f1bb9d304fc03ff0096ccb5b1820cee9fc8413a +PKG_HASH:= d78f4bdd5bdc9e91357631954affba7e66190a2509c369b59f55efd190268956 PKG_DEPENDS:= bash mke2fs mkfs PKG_NEEDS:= threads PKG_SECTION:= base/tests diff --git a/package/ltp/patches/patch-runtest_syscalls b/package/ltp/patches/patch-runtest_syscalls deleted file mode 100644 index 24cf2017a..000000000 --- a/package/ltp/patches/patch-runtest_syscalls +++ /dev/null @@ -1,11 +0,0 @@ ---- ltp-full-20220121.orig/runtest/syscalls 2022-01-21 20:33:16.000000000 +0100 -+++ ltp-full-20220121/runtest/syscalls 2022-02-23 14:13:22.704797624 +0100 -@@ -369,7 +369,7 @@ fork08 fork08 - fork09 fork09 - fork10 fork10 - fork11 fork11 --fork13 fork13 -i 1000000 -+fork13 fork13 -i 10000 - fork14 fork14 - - fpathconf01 fpathconf01 |