diff options
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/elfutils/elfutils/avoid_parallel_tests.patch | 14 | ||||
-rw-r--r-- | recipes-devtools/elfutils/elfutils_0.164.bbappend (renamed from recipes-devtools/elfutils/elfutils_0.148.bbappend) | 0 |
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes-devtools/elfutils/elfutils/avoid_parallel_tests.patch b/recipes-devtools/elfutils/elfutils/avoid_parallel_tests.patch index ed6b6ef..95afc54 100644 --- a/recipes-devtools/elfutils/elfutils/avoid_parallel_tests.patch +++ b/recipes-devtools/elfutils/elfutils/avoid_parallel_tests.patch | |||
@@ -3,18 +3,18 @@ serial-tests is required to generate those targets. | |||
3 | 3 | ||
4 | Signed-off-by: Alexandra Safta <alexandra.safta@enea.com> | 4 | Signed-off-by: Alexandra Safta <alexandra.safta@enea.com> |
5 | Signed-off-by: Tudor Florea <tudor.florea@enea.com> | 5 | Signed-off-by: Tudor Florea <tudor.florea@enea.com> |
6 | Signed-off-by: Martin Borg <martin.borg@enea.com> | ||
6 | Upstream-Status: Inappropriate | 7 | Upstream-Status: Inappropriate |
7 | 8 | ||
8 | diff -ruN a/configure.ac b/configure.ac | 9 | --- a/configure.ac 2015-10-15 15:16:57.000000000 +0200 |
10 | +++ b/configure.ac 2016-02-02 12:03:17.432986965 +0100 | ||
9 | 11 | ||
10 | --- a/configure.ac 2014-05-26 18:55:11.843190780 +0200 | 12 | @@ -26,7 +26,7 @@ |
11 | +++ b/configure.ac 2014-05-26 18:56:01.725097919 +0200 | ||
12 | @@ -25,7 +25,7 @@ | ||
13 | AC_PREREQ(2.63) dnl Minimum Autoconf version required. | 13 | AC_PREREQ(2.63) dnl Minimum Autoconf version required. |
14 | 14 | ||
15 | dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. | 15 | dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. |
16 | -AM_INIT_AUTOMAKE([gnits 1.8 -Wno-portability dist-bzip2 no-dist-gzip]) | 16 | -AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests]) |
17 | +AM_INIT_AUTOMAKE([gnits 1.8 -Wno-portability dist-bzip2 no-dist-gzip serial-tests]) | 17 | +AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip serial-tests]) |
18 | AM_MAINTAINER_MODE | 18 | AM_MAINTAINER_MODE |
19 | 19 | ||
20 | dnl Unique ID for this build. | 20 | AM_SILENT_RULES([yes]) |
diff --git a/recipes-devtools/elfutils/elfutils_0.148.bbappend b/recipes-devtools/elfutils/elfutils_0.164.bbappend index 704829a..704829a 100644 --- a/recipes-devtools/elfutils/elfutils_0.148.bbappend +++ b/recipes-devtools/elfutils/elfutils_0.164.bbappend | |||