diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-09-13 05:25:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-14 08:29:42 +0100 |
commit | a6974f2a70d1900b29a441bf350106769714ca2c (patch) | |
tree | 9b43a9dd2b1b8213c293ea5cf6dd3dc83407f728 /meta/recipes-devtools/elfutils/elfutils_0.155.bb | |
parent | 1875fb796f3680489a6eee082ca445df4b4113d3 (diff) | |
download | poky-a6974f2a70d1900b29a441bf350106769714ca2c.tar.gz |
elfutils-native: Fix build on distros with gcc 4.8
The patch redhat-portability.diff causes this issue
so lets revert the portion which was using %a instead of %m
thats recommended anyway, redhat patch seems to be targetting
old compilers.
(From OE-Core rev: c1cbc57eb80d2cab9a80d5e5aa65419f40eefb15)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.155.bb')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.155.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.155.bb b/meta/recipes-devtools/elfutils/elfutils_0.155.bb index c5a2f0ebab..1a8c3c7e8c 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.155.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.155.bb | |||
@@ -5,8 +5,6 @@ LICENSE = "(GPLv3 & Elfutils-Exception)" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | DEPENDS = "libtool bzip2 zlib virtual/libintl" | 6 | DEPENDS = "libtool bzip2 zlib virtual/libintl" |
7 | 7 | ||
8 | PR = "r0" | ||
9 | |||
10 | SRC_URI = "https://fedorahosted.org/releases/e/l/elfutils/${PV}/elfutils-${PV}.tar.bz2" | 8 | SRC_URI = "https://fedorahosted.org/releases/e/l/elfutils/${PV}/elfutils-${PV}.tar.bz2" |
11 | 9 | ||
12 | SRC_URI[md5sum] = "163a5712b86f6bdfebdf233cc6e2192d" | 10 | SRC_URI[md5sum] = "163a5712b86f6bdfebdf233cc6e2192d" |
@@ -24,6 +22,7 @@ SRC_URI += "\ | |||
24 | file://dso-link-change.patch \ | 22 | file://dso-link-change.patch \ |
25 | file://nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch \ | 23 | file://nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch \ |
26 | file://elfutils-ar-c-fix-num-passed-to-memset.patch \ | 24 | file://elfutils-ar-c-fix-num-passed-to-memset.patch \ |
25 | file://fix-build-gcc-4.8.patch \ | ||
27 | " | 26 | " |
28 | # Only apply when building uclibc based target recipe | 27 | # Only apply when building uclibc based target recipe |
29 | SRC_URI_append_libc-uclibc = " file://uclibc-support.patch" | 28 | SRC_URI_append_libc-uclibc = " file://uclibc-support.patch" |