summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Ringle <jringle@gridpoint.com>2018-06-05 14:25:59 -0400
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-08 15:49:09 +0200
commit5aa826b13201052997a9f45b62bfe0facae34d92 (patch)
treeba799a50509089787527766948d286a61c3b44e1
parentf82f3461209fa3a61e334eee1ffe1dd16236e873 (diff)
downloadptxdist-5aa826b13201052997a9f45b62bfe0facae34d92.tar.gz
ptxdist-5aa826b13201052997a9f45b62bfe0facae34d92.tar.xz
libelf: version bump 0.170 -> 0.171
Signed-off-by: Jon Ringle <jringle@gridpoint.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/elfutils-0.170/0001-disable-Werror-as-it-tends-to-break-with-new-gcc-ver.patch20
l---------patches/elfutils-0.170/autogen.sh1
-rw-r--r--patches/elfutils-0.170/series4
-rw-r--r--rules/libelf.make4
4 files changed, 2 insertions, 27 deletions
diff --git a/patches/elfutils-0.170/0001-disable-Werror-as-it-tends-to-break-with-new-gcc-ver.patch b/patches/elfutils-0.170/0001-disable-Werror-as-it-tends-to-break-with-new-gcc-ver.patch
deleted file mode 100644
index ed336e4d9..000000000
--- a/patches/elfutils-0.170/0001-disable-Werror-as-it-tends-to-break-with-new-gcc-ver.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Helmut Grohne <helmut@subdivi.de>
-Date: Mon, 7 May 2018 02:42:31 +0200
-Subject: [PATCH] disable -Werror as it tends to break with new gcc versions
-
----
- config/eu.am | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/config/eu.am b/config/eu.am
-index 8fe1e259f9e2..c5a6209a4e04 100644
---- a/config/eu.am
-+++ b/config/eu.am
-@@ -71,7 +71,6 @@ AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \
- -Wold-style-definition -Wstrict-prototypes \
- $(LOGICAL_OP_WARNING) $(DUPLICATED_COND_WARNING) \
- $(NULL_DEREFERENCE_WARNING) $(IMPLICIT_FALLTHROUGH_WARNING) \
-- $(if $($(*F)_no_Werror),,-Werror) \
- $(if $($(*F)_no_Wunused),,-Wunused -Wextra) \
- $(if $($(*F)_no_Wstack_usage),,$(STACK_USAGE_WARNING)) \
- $($(*F)_CFLAGS)
diff --git a/patches/elfutils-0.170/autogen.sh b/patches/elfutils-0.170/autogen.sh
deleted file mode 120000
index 9f8a4cb7d..000000000
--- a/patches/elfutils-0.170/autogen.sh
+++ /dev/null
@@ -1 +0,0 @@
-../autogen.sh \ No newline at end of file
diff --git a/patches/elfutils-0.170/series b/patches/elfutils-0.170/series
deleted file mode 100644
index 6e83826e3..000000000
--- a/patches/elfutils-0.170/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-disable-Werror-as-it-tends-to-break-with-new-gcc-ver.patch
-# 881dc427356ca2d007dd3d3f576ea5a8 - git-ptx-patches magic
diff --git a/rules/libelf.make b/rules/libelf.make
index 4846563e0..74177c67c 100644
--- a/rules/libelf.make
+++ b/rules/libelf.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBELF) += libelf
#
# Paths and names
#
-LIBELF_VERSION := 0.170
-LIBELF_MD5 := 03599aee98c9b726c7a732a2dd0245d5
+LIBELF_VERSION := 0.171
+LIBELF_MD5 := 3926422984f02a2e5f7242d22ab6e1fa
LIBELF := elfutils-$(LIBELF_VERSION)
LIBELF_SUFFIX := tar.bz2
LIBELF_URL := https://sourceware.org/elfutils/ftp/$(LIBELF_VERSION)/$(LIBELF).$(LIBELF_SUFFIX)