summaryrefslogtreecommitdiff
path: root/package/ltp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-30 14:10:53 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-30 14:11:16 +0100
commitab47e79592630bedcde15eacf42d0a1ebc6d66dd (patch)
treed8d180d9e8cafb277dbdc2f56d4d1fe5b24540a7 /package/ltp
parent3ff868e42da3f5bf69a085ecc35ffbc011242bb2 (diff)
ltp: update to latest release
Diffstat (limited to 'package/ltp')
-rw-r--r--package/ltp/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/package/ltp/Makefile b/package/ltp/Makefile
index 42d6a18c0..d201a0d15 100644
--- a/package/ltp/Makefile
+++ b/package/ltp/Makefile
@@ -4,7 +4,7 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= ltp
-PKG_VERSION:= 5ad79b71f6df2f191f6a81c6ef71078781c0ab15
+PKG_VERSION:= 20160126
PKG_RELEASE:= 1
PKG_DESCR:= linux test project
PKG_HASH:= 35ba9941368090a620bac6db8c964aaeb3b7a8a6551a73b74167ef8f7a418892
@@ -12,9 +12,13 @@ PKG_DEPENDS:= bash mke2fs mkfs
PKG_NEEDS:= threads rt
PKG_SECTION:= base/tests
PKG_URL:= http://linux-test-project.github.io
-PKG_SITES:= https://github.com/linux-test-project/ltp.git
+PKG_SITES:= https://github.com/linux-test-project/ltp/releases/download/$(PKG_VERSION)/
PKG_NOPARALLEL:= 1
+DISTFILES:= $(PKG_NAME)-full-$(PKG_VERSION).tar.xz
+
+WRKDIST= $(WRKDIR)/$(PKG_NAME)-full-$(PKG_VERSION)
+
include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LTP,ltp,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
@@ -24,7 +28,7 @@ TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
XAKE_FLAGS+= GCC_HONOUR_COPTS=s
CONFIGURE_ARGS+= --with-open-posix-testsuite \
- --without-realtime-testsuite \
+ --with-realtime-testsuite \
--without-power-management-testsuite \
--without-python \
--without-perl \
@@ -33,8 +37,7 @@ CONFIGURE_ARGS+= --with-open-posix-testsuite \
pre-configure:
$(MAKE) -C $(WRKBUILD) autotools
-# bessel float version not implemented in uClibc
-# mallopt in uClibc-ng not implemented
+# 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