a72a670489
Reworking ltp-testsuite is needed in order to get rid of some thread-specific options that will be cleaned-up in the next commit. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
382 B
Makefile
11 lines
382 B
Makefile
#############################################################
|
|
#
|
|
# ltp-testsuite
|
|
#
|
|
#############################################################
|
|
LTP_TESTSUITE_VERSION = 20101031
|
|
LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).bz2
|
|
LTP_TESTSUITE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/ltp
|
|
|
|
$(eval $(call AUTOTARGETS,package,ltp-testsuite))
|