diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-10-10 13:18:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:10 +0100 |
commit | 1d3ef1b9daae9634a6c7b45373031cf81e8e08c9 (patch) | |
tree | bbda5f288d8bece0ae797bb6e9101fec967b95bc /meta/recipes-devtools | |
parent | 206d7c6d39ab55f065209e490c6e4dafc70b9d4d (diff) | |
download | poky-1d3ef1b9daae9634a6c7b45373031cf81e8e08c9.tar.gz |
elfutils: do not depend on target libtool
This seems to be entirely unneeded.
(From OE-Core rev: f8c588e555530567026016a38329b42d4dcc417e)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.177.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.177.bb b/meta/recipes-devtools/elfutils/elfutils_0.177.bb index 78c3791936..818794266c 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 = "libtool bzip2 zlib virtual/libintl" | 6 | DEPENDS = "bzip2 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 |