From 1b9f0ecd3062007111db53568d04b796fe0f15da Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Wed, 3 Feb 2016 13:06:26 +0100 Subject: elfutils: upgrade elfutils to version 0.164 elfutils 0.164 is now the default version used on poky master Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- .../elfutils/elfutils/avoid_parallel_tests.patch | 14 +++++++------- recipes-devtools/elfutils/elfutils_0.148.bbappend | 19 ------------------- recipes-devtools/elfutils/elfutils_0.164.bbappend | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 recipes-devtools/elfutils/elfutils_0.148.bbappend create mode 100644 recipes-devtools/elfutils/elfutils_0.164.bbappend 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. Signed-off-by: Alexandra Safta Signed-off-by: Tudor Florea +Signed-off-by: Martin Borg Upstream-Status: Inappropriate -diff -ruN a/configure.ac b/configure.ac +--- a/configure.ac 2015-10-15 15:16:57.000000000 +0200 ++++ b/configure.ac 2016-02-02 12:03:17.432986965 +0100 ---- 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 @@ +@@ -26,7 +26,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_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests]) ++AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip serial-tests]) AM_MAINTAINER_MODE - dnl Unique ID for this build. + AM_SILENT_RULES([yes]) diff --git a/recipes-devtools/elfutils/elfutils_0.148.bbappend b/recipes-devtools/elfutils/elfutils_0.148.bbappend deleted file mode 100644 index 704829a..0000000 --- a/recipes-devtools/elfutils/elfutils_0.148.bbappend +++ /dev/null @@ -1,19 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI += "\ - file://add-ptest.patch \ - file://run-ptest \ - file://avoid_parallel_tests.patch \ -" - -inherit ptest - -do_compile_ptest() { - oe_runmake -C tests buildtest-TESTS -} - -do_install_ptest() { - oe_runmake -C tests install-ptest DESTDIR=${D}${PTEST_PATH} -} - -RDEPENDS_${PN}-ptest += " bash" diff --git a/recipes-devtools/elfutils/elfutils_0.164.bbappend b/recipes-devtools/elfutils/elfutils_0.164.bbappend new file mode 100644 index 0000000..704829a --- /dev/null +++ b/recipes-devtools/elfutils/elfutils_0.164.bbappend @@ -0,0 +1,19 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "\ + file://add-ptest.patch \ + file://run-ptest \ + file://avoid_parallel_tests.patch \ +" + +inherit ptest + +do_compile_ptest() { + oe_runmake -C tests buildtest-TESTS +} + +do_install_ptest() { + oe_runmake -C tests install-ptest DESTDIR=${D}${PTEST_PATH} +} + +RDEPENDS_${PN}-ptest += " bash" -- cgit v1.2.3-54-g00ecf