summaryrefslogtreecommitdiffstats
path: root/package/ltp-testsuite/ltp-testsuite.mk
diff options
context:
space:
mode:
authorWill Newton <will.newton@gmail.com>2009-07-02 16:54:41 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-08-02 22:20:28 +0200
commit56fcdc9b6e695170a6fedf5380c3dab7e2c4fb0a (patch)
treeb69f43f6fec25180c4fdef3ce9a97a47e5c6e052 /package/ltp-testsuite/ltp-testsuite.mk
parent81f9990e021011146537c106190116d728477329 (diff)
downloadbuildroot-novena-56fcdc9b6e695170a6fedf5380c3dab7e2c4fb0a.tar.gz
buildroot-novena-56fcdc9b6e695170a6fedf5380c3dab7e2c4fb0a.zip
ltp-testsuite: Bump version to 20090630.
Closes #437 - Remove a few obsolete patches. - Add a patch to disable syscall tests unsupported by uClibc. - Add a patch to fix sched_getaffinity build. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ltp-testsuite/ltp-testsuite.mk')
-rw-r--r--package/ltp-testsuite/ltp-testsuite.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk
index 178983201..7cb51c211 100644
--- a/package/ltp-testsuite/ltp-testsuite.mk
+++ b/package/ltp-testsuite/ltp-testsuite.mk
@@ -3,7 +3,7 @@
# ltp-testsuite
#
#############################################################
-LTP_TESTSUITE_VERSION:=20070228
+LTP_TESTSUITE_VERSION:=20090630
LTP_TESTSUITE_SOURCE:=ltp-full-$(LTP_TESTSUITE_VERSION).tgz
LTP_TESTSUITE_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/ltp
LTP_TESTSUITE_CAT:=$(ZCAT)
@@ -15,7 +15,8 @@ LTP_TESTSUITE_DIR:=$(LTP_TESTSUITE_ROOT)/ltp-full-$(LTP_TESTSUITE_VERSION)
#
LTP_PATCHES:=ltp-testsuite-generate-needs-bash.patch \
ltp-testsuite-sh-is-not-C-code.patch \
- ltp-testsuite.patch
+ ltp-testsuite-sched-getaffinity.patch \
+ ltp-testsuite-uclibc-syscalls.patch
ifeq ($(BR2_PTHREADS_NATIVE),y)
LTP_PATCHES+=ltp-testsuite-enable-openposix-for-nptl.patch