summaryrefslogtreecommitdiff
path: root/package/ltp-testsuite
AgeCommit message (Collapse)Author
2009-08-02ltp-testsuite: Bump version to 20090630.Will Newton
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>
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
Based on input from Arndt Kritzner & Bernhard Fischer.
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-21- sed -i -e ↵Bernhard Reutner-Fischer
"/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
2007-08-16Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIRUlf Samuelsson
2007-07-06Fix patch filtering and add new patch to disable tests for IPv6 when not ↵"Steven J. Hill"
selected.
2007-06-25- preserve quotesBernhard Reutner-Fischer
2007-06-16If external toolchain support NPTL, then we should build Open POSIX ↵"Steven J. Hill"
Testsuite if the user selects us.
2007-06-06- make sure to have the target-dir where we want to unpack ltp toBernhard Reutner-Fischer
2007-05-09Update version of LTP."Steven J. Hill"
2006-12-08sighEric Andersen
2006-12-08generate.sh needs bash, so make it to ask for it by nameEric Andersen
2006-12-08stime is a reserved name, don't let ltp use it for a local variableEric Andersen
2006-12-02Bump the revision to the latest release and update the patches. Some idiots ↵"Steven J. Hill"
decided to use deprecated functions 'bzero' and 'bcmp' so we patch that up. Someone fell free to pass the patch upstream to the LTP persons, I don't have time.
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-07-05Add patch for building and running the Open POSIX Testsuite if NPTL has been ↵"Steven J. Hill"
selected with uClibc along with make directives. If someone has a cleaner way of handling things in the makefile, feel free to change it.
2006-07-05update LTP to the latest and greatestEric Andersen
2006-06-22Add temporary patch to remove usage of 'bcopy' until upgrading to the next ↵"Steven J. Hill"
snapshot of LTP. Patch to 'member.c' contributed by Mike Frysinger <vapier@gentoo.org>. Patch to 'echoes.c' by the person adding this patch.
2006-04-10yet again... rework fakeroot handling to ensure fakeroot is invoked just once,Eric Andersen
as it seems to sometimes lose values logged during from earlier invocations.
2005-12-09The sysfs tests have no business using _syscallX (using the unistd.hEric Andersen
kernel header file) and seriously expecting that to always work...
2005-08-10updateEric Andersen
2005-08-09some platforms (such as arm with 2.4.x kernel headers) lackEric Andersen
__NR_fremovexattr and thus need special case handling
2005-08-08Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen
inodes by carefully regenerating fakeroot.env from package specific files.
2005-08-04Allow packages to use fakeroot. To accomodate this, convert allEric Andersen
target filesystem creation tools to also use fakeroot.
2005-08-04Fix it up so ltp builds and installs itself properly so it isEric Andersen
100% ready to run on the target device.
2005-06-24be a bit more consistant with naming, always escape wildcardsEric Andersen
2005-06-09Make the sourceforge mirror site a config option, as sourceforgeEric Andersen
mirrors tend to change, move, go down, etc from time to time.
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-12-26more help updates from Tom CameronMike Frysinger
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09use $(TAR_VERBOSITY)Mike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09facelift step number twoEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.