diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.148.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb index 90bc3081ab..5d45f3a8d2 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb | |||
@@ -4,9 +4,9 @@ SECTION = "base" | |||
4 | LICENSE = "(GPL-2+ & Elfutils-Exception)" | 4 | LICENSE = "(GPL-2+ & Elfutils-Exception)" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\ |
6 | file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" | 6 | file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" |
7 | DEPENDS = "libtool bzip2 zlib" | 7 | DEPENDS = "libtool bzip2 zlib virtual/libintl" |
8 | 8 | ||
9 | PR = "r8" | 9 | PR = "r9" |
10 | 10 | ||
11 | SRC_URI = "https://fedorahosted.org/releases/e/l/elfutils/elfutils-${PV}.tar.bz2" | 11 | SRC_URI = "https://fedorahosted.org/releases/e/l/elfutils/elfutils-${PV}.tar.bz2" |
12 | 12 | ||
@@ -33,7 +33,7 @@ SRC_URI += "\ | |||
33 | file://dso-link-change.patch \ | 33 | file://dso-link-change.patch \ |
34 | " | 34 | " |
35 | # Only apply when building uclibc based target recipe | 35 | # Only apply when building uclibc based target recipe |
36 | SRC_URI_append_libc-uclibc = " ${@['', 'file://uclibc-support.patch']['${PN}' == '${BPN}']}" | 36 | SRC_URI_append_libc-uclibc = " file://uclibc-support.patch" |
37 | 37 | ||
38 | # The buildsystem wants to generate 2 .h files from source using a binary it just built, | 38 | # The buildsystem wants to generate 2 .h files from source using a binary it just built, |
39 | # which can not pass the cross compiling, so let's work around it by adding 2 .h files | 39 | # which can not pass the cross compiling, so let's work around it by adding 2 .h files |
@@ -47,7 +47,7 @@ inherit autotools gettext | |||
47 | 47 | ||
48 | EXTRA_OECONF = "--program-prefix=eu- --without-lzma" | 48 | EXTRA_OECONF = "--program-prefix=eu- --without-lzma" |
49 | EXTRA_OECONF_append_virtclass-native = " --without-bzlib" | 49 | EXTRA_OECONF_append_virtclass-native = " --without-bzlib" |
50 | EXTRA_OECONF_append_libc-uclibc = " ${@['', '--enable-uclibc']['${PN}' == '${BPN}']}" | 50 | EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc" |
51 | 51 | ||
52 | do_configure_prepend() { | 52 | do_configure_prepend() { |
53 | sed -i 's:./i386_gendis:echo\ \#:g' ${S}/libcpu/Makefile.am | 53 | sed -i 's:./i386_gendis:echo\ \#:g' ${S}/libcpu/Makefile.am |