summaryrefslogtreecommitdiffstats
path: root/meta/packages/elfutils/elfutils_0.148.bb
diff options
context:
space:
mode:
authorMark Hatle <mhatle@windriver.com>2010-08-18 15:23:50 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-19 20:00:36 +0100
commit84d96bac339716d7ac4d90688c552896815bacd8 (patch)
tree00633091828761d47291544327348c021c828749 /meta/packages/elfutils/elfutils_0.148.bb
parentf5dcdf918110ed8033a0e4ee80fbf29e6816fef4 (diff)
downloadpoky-84d96bac339716d7ac4d90688c552896815bacd8.tar.gz
elfutils: Add GNU_HASH support to elf*_xlatetof
Add GNU_HASH and LIB types to the size table used by elf*_xlatetof in order to avoid a divide by zero error. Signed-off-by: Mark Hatle <mhatle@windriver.com>
Diffstat (limited to 'meta/packages/elfutils/elfutils_0.148.bb')
-rw-r--r--meta/packages/elfutils/elfutils_0.148.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/elfutils/elfutils_0.148.bb b/meta/packages/elfutils/elfutils_0.148.bb
index 3922222f4d..18887e4b96 100644
--- a/meta/packages/elfutils/elfutils_0.148.bb
+++ b/meta/packages/elfutils/elfutils_0.148.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\
6 file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" 6 file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417"
7DEPENDS = "libtool" 7DEPENDS = "libtool"
8 8
9PR = "r0" 9PR = "r1"
10 10
11SRC_URI = "https://fedorahosted.org/releases/e/l/elfutils/elfutils-${PV}.tar.bz2" 11SRC_URI = "https://fedorahosted.org/releases/e/l/elfutils/elfutils-${PV}.tar.bz2"
12 12
@@ -23,6 +23,7 @@ SRC_URI += "\
23 file://do-autoreconf.diff \ 23 file://do-autoreconf.diff \
24 file://testsuite-ignore-elflint.diff \ 24 file://testsuite-ignore-elflint.diff \
25 file://elf_additions.diff \ 25 file://elf_additions.diff \
26 file://elfutils-fsize.patch \
26" 27"
27 28
28# The buildsystem wants to generate 2 .h files from source using a binary it just built, 29# The buildsystem wants to generate 2 .h files from source using a binary it just built,