summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/debugedit/debugedit_5.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-09-22 14:05:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-26 10:35:28 +0100
commitfc6b2a989b6c4fabca2bfb7ee5e9727cf950994f (patch)
tree742ecb94c26a4d030f59ebe2b9337302e37b7dd4 /meta/recipes-devtools/debugedit/debugedit_5.0.bb
parentbb89cec62e48fc527b85403811769c7700e33ec9 (diff)
downloadpoky-fc6b2a989b6c4fabca2bfb7ee5e9727cf950994f.tar.gz
debugedit: Use musl-legacy-error
Use error.h to provide GNU extentions for error API Drop the patch trying to do something about it (From OE-Core rev: b621363ab52669afc2915544b5686cc4fe455d5e) 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/debugedit/debugedit_5.0.bb')
-rw-r--r--meta/recipes-devtools/debugedit/debugedit_5.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/debugedit/debugedit_5.0.bb b/meta/recipes-devtools/debugedit/debugedit_5.0.bb
index 257238fa24..63ad7babd9 100644
--- a/meta/recipes-devtools/debugedit/debugedit_5.0.bb
+++ b/meta/recipes-devtools/debugedit/debugedit_5.0.bb
@@ -11,8 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
11 11
12SRC_URI = "https://sourceware.org/ftp/debugedit/${PV}/debugedit-${PV}.tar.xz" 12SRC_URI = "https://sourceware.org/ftp/debugedit/${PV}/debugedit-${PV}.tar.xz"
13 13
14SRC_URI:append:libc-musl = " \ 14SRC_URI:append:libc-musl = "\
15 file://0001-tools-Add-error.h-for-non-glibc-case.patch \
16 file://0002-sepdebugcrcfix.c-do-not-use-64bit-variants.patch \ 15 file://0002-sepdebugcrcfix.c-do-not-use-64bit-variants.patch \
17 file://0003-Makefile.am-do-not-update-manual.patch \ 16 file://0003-Makefile.am-do-not-update-manual.patch \
18 " 17 "
@@ -20,6 +19,7 @@ SRC_URI:append:libc-musl = " \
20SRC_URI[sha256sum] = "e9ecd7d350bebae1f178ce6776ca19a648b6fe8fa22f5b3044b38d7899aa553e" 19SRC_URI[sha256sum] = "e9ecd7d350bebae1f178ce6776ca19a648b6fe8fa22f5b3044b38d7899aa553e"
21 20
22DEPENDS = "elfutils" 21DEPENDS = "elfutils"
22DEPENDS:append:libc-musl = " musl-legacy-error"
23 23
24inherit pkgconfig autotools 24inherit pkgconfig autotools
25 25