diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-23 18:11:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-23 18:11:57 +0100 |
commit | 67e37c0fc33e5d97222cb96138cea016081a7517 (patch) | |
tree | 98c9bd3f44d894fedaf2c739d98ef343b8054cd7 /package/ltp/Makefile | |
parent | 7ca0749bf44551ada72dee01c5cfd8216daf1c9e (diff) |
ltp: update to latest
Diffstat (limited to 'package/ltp/Makefile')
-rw-r--r-- | package/ltp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/ltp/Makefile b/package/ltp/Makefile index c13b9489e..0c5a4664f 100644 --- a/package/ltp/Makefile +++ b/package/ltp/Makefile @@ -4,10 +4,10 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= ltp -PKG_VERSION:= 20210524 +PKG_VERSION:= 20220121 PKG_RELEASE:= 1 PKG_DESCR:= linux test project -PKG_HASH:= 831678c64b85a8c24957c71632752537b2266890f2d2f352da9ed0ec45458189 +PKG_HASH:= ad002520616fac52362229ea0f1bb9d304fc03ff0096ccb5b1820cee9fc8413a PKG_DEPENDS:= bash mke2fs mkfs PKG_NEEDS:= threads PKG_SECTION:= base/tests @@ -28,7 +28,8 @@ CONFIGURE_ARGS+= --with-open-posix-testsuite \ --without-power-management-testsuite \ --without-python \ --without-perl \ - --without-expect + --without-expect \ + --disable-metadata pre-configure: PATH="$(HOST_PATH)" $(MAKE) -C $(WRKBUILD) autotools |