From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../kmod/kmod/avoid_parallel_tests.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch (limited to 'meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch') diff --git a/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch b/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch new file mode 100644 index 0000000000..4c37d44836 --- /dev/null +++ b/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch @@ -0,0 +1,21 @@ +Avoid parallel-tests as it remove +buildtest-TESTS and runtest-TESTS targets required by ptest. +In automake 1.13.4 parallel-tests is assumed by defauls. +In order to have buildtest-TESTS and runtest-TESTS targets +serial-tests is now required + +Signed-off-by: Tudor Florea +Upstream-Status: Inappropriate (disable feature incompatible with ptest) + +diff -ruN a/configure.ac b/configure.ac +--- a/configure.ac 2013-09-02 15:05:18.662366800 +0200 ++++ b/configure.ac 2013-11-28 09:26:49.557066764 +0200 +@@ -8,7 +8,7 @@ + AC_CONFIG_SRCDIR([libkmod/libkmod.c]) + AC_CONFIG_AUX_DIR([build-aux]) + AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules +- tar-pax no-dist-gzip dist-xz subdir-objects color-tests parallel-tests]) ++ tar-pax no-dist-gzip dist-xz subdir-objects color-tests serial-tests]) + AC_PROG_CC_STDC + AC_USE_SYSTEM_EXTENSIONS + AC_SYS_LARGEFILE -- cgit v1.2.3-54-g00ecf