From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../elfutils/elfutils/avoid_parallel_tests.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-devtools/elfutils/elfutils/avoid_parallel_tests.patch (limited to 'meta/recipes-devtools/elfutils/elfutils/avoid_parallel_tests.patch') diff --git a/meta/recipes-devtools/elfutils/elfutils/avoid_parallel_tests.patch b/meta/recipes-devtools/elfutils/elfutils/avoid_parallel_tests.patch new file mode 100644 index 0000000000..0e94798225 --- /dev/null +++ b/meta/recipes-devtools/elfutils/elfutils/avoid_parallel_tests.patch @@ -0,0 +1,19 @@ +ptest needs buildtest-TESTS and runtest-TESTS targets. +serial-tests is required to generate those targets. + +Signed-off-by: Alexandra Safta +Upstream-Status: Pending + +diff -ruN a/configure.ac b/configure.ac + +--- a/configure.ac 2014-05-26 18:55:11.843190780 +0200 ++++ b/configure.ac 2014-05-26 18:56:01.725097919 +0200 +@@ -25,7 +25,7 @@ + AC_PREREQ(2.63) dnl Minimum Autoconf version required. + + dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. +-AM_INIT_AUTOMAKE([gnits 1.8 -Wno-portability dist-bzip2 no-dist-gzip]) ++AM_INIT_AUTOMAKE([gnits 1.8 -Wno-portability dist-bzip2 no-dist-gzip serial-tests]) + AM_MAINTAINER_MODE + + dnl Unique ID for this build. -- cgit v1.2.3-54-g00ecf