diff options
| -rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.177.bb | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.177.bb b/meta/recipes-devtools/elfutils/elfutils_0.177.bb index 818794266c..da0e958762 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.177.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.177.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://sourceware.org/elfutils" | |||
| 3 | SECTION = "base" | 3 | SECTION = "base" |
| 4 | LICENSE = "GPLv2 & LGPLv3+ & GPLv3+" | 4 | LICENSE = "GPLv2 & LGPLv3+ & GPLv3+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 6 | DEPENDS = "bzip2 zlib virtual/libintl" | 6 | DEPENDS = "zlib virtual/libintl" |
| 7 | DEPENDS_append_libc-musl = " argp-standalone fts musl-obstack " | 7 | DEPENDS_append_libc-musl = " argp-standalone fts musl-obstack " |
| 8 | # The Debian patches below are from: | 8 | # The Debian patches below are from: |
| 9 | # http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.176-1.debian.tar.xz | 9 | # http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.176-1.debian.tar.xz |
| @@ -46,8 +46,15 @@ SRC_URI[sha256sum] = "fa489deccbcae7d8c920f60d85906124c1989c591196d90e0fd668e3dc | |||
| 46 | 46 | ||
| 47 | inherit autotools gettext ptest | 47 | inherit autotools gettext ptest |
| 48 | 48 | ||
| 49 | EXTRA_OECONF = "--program-prefix=eu- --without-lzma" | 49 | EXTRA_OECONF = "--program-prefix=eu-" |
| 50 | EXTRA_OECONF_append_class-native = " --without-bzlib" | 50 | |
| 51 | DEPENDS_BZIP2 = "bzip2-replacement-native" | ||
| 52 | DEPENDS_BZIP2_class-target = "bzip2" | ||
| 53 | |||
| 54 | PACKAGECONFIG ??= "bzip2" | ||
| 55 | PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,${DEPENDS_BZIP2}" | ||
| 56 | PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz" | ||
| 57 | |||
| 51 | RDEPENDS_${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils" | 58 | RDEPENDS_${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils" |
| 52 | 59 | ||
| 53 | EXTRA_OECONF_append_class-target += "--disable-tests-rpath" | 60 | EXTRA_OECONF_append_class-target += "--disable-tests-rpath" |
