Skip to content

Commit

Permalink
ltp-testsuite: bump version to 20130109
Browse files Browse the repository at this point in the history
[Peter: drop version number in patches]
Signed-off-by: Jerin Jacob <jerinjacobk@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  • Loading branch information
jerinjacobk authored and jacmet committed Mar 4, 2013
1 parent 8c05fb2 commit acc1939
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 26 deletions.

This file was deleted.

29 changes: 29 additions & 0 deletions package/ltp-testsuite/ltp-testsuite-disable-controllers.patch
@@ -0,0 +1,29 @@
Disable controllers testcases.
This fix is carried over from 20101031 version.

The cpuset controllers testcases do not build due to bug
https://sourceforge.net/tracker/?func=detail&aid=3126942&group_id=3382&atid=103382.
Disabling just the cpuset controllers do not seem to be easily possible, and
those controller features are rarely used on embedded systems anyway.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jerin Jacob <jerinjacobk@gmail.com>
---
testcases/kernel/Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/testcases/kernel/Makefile b/testcases/kernel/Makefile
index 4b4800d..d6ab7b6 100644
--- a/testcases/kernel/Makefile
+++ b/testcases/kernel/Makefile
@@ -37,7 +37,6 @@ ifneq ($(UCLINUX),1)
# KEEP THIS LIST ALPHABETIZED PLEASE!
SUBDIRS += connectors \
containers \
- controllers \
fs \
hotplug \
io \
--
1.7.6.5

2 changes: 1 addition & 1 deletion package/ltp-testsuite/ltp-testsuite.mk
Expand Up @@ -3,7 +3,7 @@
# ltp-testsuite
#
#############################################################
LTP_TESTSUITE_VERSION = 20101031
LTP_TESTSUITE_VERSION = 20130109
LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).bz2
LTP_TESTSUITE_SITE = http://downloads.sourceforge.net/project/ltp/LTP%20Source/ltp-$(LTP_TESTSUITE_VERSION)
LTP_TESTSUITE_LICENSE = GPLv2 GPLv2+
Expand Down

0 comments on commit acc1939

Please sign in to comment.