From 56fcdc9b6e695170a6fedf5380c3dab7e2c4fb0a Mon Sep 17 00:00:00 2001 From: Will Newton Date: Thu, 2 Jul 2009 16:54:41 +0100 Subject: 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 Signed-off-by: Peter Korsgaard --- package/ltp-testsuite/ltp-testsuite.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/ltp-testsuite/ltp-testsuite.mk') 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 -- cgit v1.2.3