summaryrefslogtreecommitdiffstats
path: root/package/elfutils/elfutils.mk
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2015-01-06 12:02:06 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-06 22:01:46 +0100
commit4038cbf2279ce0f04125fc1a2266f84ea8090070 (patch)
tree7a502557f853b1428c4574956d76b66da0f95189 /package/elfutils/elfutils.mk
parentd434fcbeabd9abb9b0d94ee05d6c03cba251c69c (diff)
downloadbuildroot-4038cbf2279ce0f04125fc1a2266f84ea8090070.tar.gz
buildroot-4038cbf2279ce0f04125fc1a2266f84ea8090070.zip
elfutils: bump version to 0.161
- Bump version to 0.161 - Remove the portability patch. We don't need to have it in Buildroot since it includes the version number so we can download it safely without having collisions between versions. - Adapt the patches that need to be adapted. - Rename patches to start from 0001. - Update the hash value and add a new value for the portability patch. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/elfutils/elfutils.mk')
-rw-r--r--package/elfutils/elfutils.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/elfutils/elfutils.mk b/package/elfutils/elfutils.mk
index 4d5e1a6531..9901bcb680 100644
--- a/package/elfutils/elfutils.mk
+++ b/package/elfutils/elfutils.mk
@@ -4,12 +4,13 @@
#
################################################################################
-ELFUTILS_VERSION = 0.160
+ELFUTILS_VERSION = 0.161
ELFUTILS_SOURCE = elfutils-$(ELFUTILS_VERSION).tar.bz2
ELFUTILS_SITE = https://fedorahosted.org/releases/e/l/elfutils/$(ELFUTILS_VERSION)
ELFUTILS_INSTALL_STAGING = YES
ELFUTILS_LICENSE = GPLv3 GPLv2 LGPLv3
ELFUTILS_LICENSE_FILES = COPYING COPYING-GPLV2 COPYING-LGPLV3
+ELFUTILS_PATCH = elfutils-portability-0.161.patch
# The tarball does not have a generated configure script
ELFUTILS_AUTORECONF = YES
OpenPOWER on IntegriCloud