aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod.inc
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2013-11-28 13:48:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:51:16 +0000
commitb7a0e1c351e396af6470e59c428128789295bd96 (patch)
tree2d05bb39a2805a6c9a4ea90e4bc39de3d1cc4d94 /meta/recipes-kernel/kmod/kmod.inc
parent1181112cf65bc0186807fc59399c5dddcb9f9449 (diff)
downloadopenembedded-core-contrib-b7a0e1c351e396af6470e59c428128789295bd96.tar.gz
kmod: avoid parallel-tests
buildtest-TESTS and runtest-TESTS targets are required by ptest. In order to have those targets in automake 1.13.4, serial-tests should be specified since parallel test is assumed by default and serial-tests is optional. Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod.inc')
-rw-r--r--meta/recipes-kernel/kmod/kmod.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index 8a18547c55..f8d5bac743 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -23,7 +23,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
file://depmod-search.conf \
file://run-ptest \
file://ptest.patch \
- file://remove_parallel_tests.patch \
+ file://avoid_parallel_tests.patch \
file://fix-seperatebuilddir.patch \
"