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 17:45:51 +0000
commitfd2d16519d964ef3420cb83ac9680a4b6206cefa (patch)
tree9cc79134a0e8f8c4632944d2c5bbbd2f3ea1cf2f /meta/recipes-kernel/kmod/kmod.inc
parent68d40e29a741da3a0ed502cd8c5da788d061046f (diff)
downloadopenembedded-core-contrib-fd2d16519d964ef3420cb83ac9680a4b6206cefa.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. (From OE-Core rev: b7a0e1c351e396af6470e59c428128789295bd96) 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 \
"