diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-09-22 14:05:07 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-26 10:35:28 +0100 |
| commit | bb89cec62e48fc527b85403811769c7700e33ec9 (patch) | |
| tree | 381a0b2511ba5dfef857671b3a9ec351c8b5d185 /meta/recipes-devtools/elfutils/elfutils_0.189.bb | |
| parent | c7fdb5aca58f1a9d37905588c61cafaf585e9ff9 (diff) | |
| download | poky-bb89cec62e48fc527b85403811769c7700e33ec9.tar.gz | |
elfutils: Depend on musl-legacy-error for musl targets
this ensures a gnu compatible error APIs are made available, the patch
to workaround this is no longer needed.
(From OE-Core rev: 07b17f387dd70f25adb2f3159c64707bfa3291f5)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.189.bb')
| -rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.189.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.189.bb b/meta/recipes-devtools/elfutils/elfutils_0.189.bb index d6352de5cf..d8bf82b022 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.189.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.189.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
| 7 | file://debuginfod/debuginfod-client.c;endline=28;md5=f0a7c3170776866ee94e8f9225a6ad79 \ | 7 | file://debuginfod/debuginfod-client.c;endline=28;md5=f0a7c3170776866ee94e8f9225a6ad79 \ |
| 8 | " | 8 | " |
| 9 | DEPENDS = "zlib virtual/libintl" | 9 | DEPENDS = "zlib virtual/libintl" |
| 10 | DEPENDS:append:libc-musl = " argp-standalone fts musl-obstack " | 10 | DEPENDS:append:libc-musl = " argp-standalone fts musl-legacy-error musl-obstack" |
| 11 | # The Debian patches below are from: | 11 | # The Debian patches below are from: |
| 12 | # http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.176-1.debian.tar.xz | 12 | # http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.176-1.debian.tar.xz |
| 13 | SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \ | 13 | SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \ |
| @@ -24,7 +24,6 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \ | |||
| 24 | " | 24 | " |
| 25 | SRC_URI:append:libc-musl = " \ | 25 | SRC_URI:append:libc-musl = " \ |
| 26 | file://0003-musl-utils.patch \ | 26 | file://0003-musl-utils.patch \ |
| 27 | file://0015-config-eu.am-do-not-use-Werror.patch \ | ||
| 28 | " | 27 | " |
| 29 | SRC_URI[sha256sum] = "39bd8f1a338e2b7cd4abc3ff11a0eddc6e690f69578a57478d8179b4148708c8" | 28 | SRC_URI[sha256sum] = "39bd8f1a338e2b7cd4abc3ff11a0eddc6e690f69578a57478d8179b4148708c8" |
| 30 | 29 | ||
