diff options
Diffstat (limited to 'package/ltp/Makefile')
| -rw-r--r-- | package/ltp/Makefile | 21 | 
1 files changed, 9 insertions, 12 deletions
| diff --git a/package/ltp/Makefile b/package/ltp/Makefile index f6c334012..8f9ebaa88 100644 --- a/package/ltp/Makefile +++ b/package/ltp/Makefile @@ -4,11 +4,15 @@  include $(ADK_TOPDIR)/rules.mk  PKG_NAME:=		ltp -PKG_VERSION:=		20190930 +PKG_VERSION:=		20250130  PKG_RELEASE:=		1  PKG_DESCR:=		linux test project -PKG_HASH:=		c7049590df2da3135030db5ef4c0076b76c789724a752b1102b4a01db0189f9a -PKG_DEPENDS:=		bash mke2fs mkfs +PKG_HASH:=		02e4ec326be54c3fd92968229a468c02c665d168a8a673edc38a891f7395ae10 +PKG_DEPENDS:=		bash mke2fs mkfs shadow libtirpc libaio +PKG_DEPENDS+=		kmod dosfstools +PKG_BUILDDEP+=		libtirpc libaio +PKG_KDEPENDS:=		coredump bsd-process-acct ikconfig-proc cgroups +PKG_KDEPENDS+=		user-ns net-ns time-ns bpf-syscall blk-dev-loop watch-queue  PKG_NEEDS:=		threads  PKG_SECTION:=		base/tests  PKG_URL:=		http://linux-test-project.github.io @@ -28,19 +32,12 @@ 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 -# bessel float and mallopt not implemented in uClibc-ng -pre-build: -	-rm ${WRKBUILD}/testcases/misc/math/float/float_bessel.c -	-rm -rf ${WRKBUILD}/testcases/misc/math/float/bessel -	-rm -rf ${WRKBUILD}/testcases/network/{rpc,nfs*}  -	-rm -rf ${WRKBUILD}/testcases/kernel/syscalls/profil -	-rm -rf ${WRKBUILD}/testcases/kernel/syscalls/mallopt -  ltp-install:  	$(INSTALL_DIR) $(IDIR_LTP)/opt/ltp/tmp  	$(CP) $(WRKINST)/usr/* $(IDIR_LTP)/opt/ltp | 
