summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/debugedit/debugedit_5.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-12-04 07:48:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-05 17:07:10 +0000
commite092b6b920fb5f5467aead49ea2b0a36955a75b3 (patch)
treef2608a71fc6cc46002d6d2e3024add3b9645345d /meta/recipes-devtools/debugedit/debugedit_5.1.bb
parentc6557ce953bc858df6b8128748fd4fbc41aa88c1 (diff)
downloadpoky-e092b6b920fb5f5467aead49ea2b0a36955a75b3.tar.gz
debugedit: upgrade 5.0 -> 5.1
Remove 0002-sepdebugcrcfix.c-do-not-use-64bit-variants.patch as the issues were fixed upstream. (From OE-Core rev: d4cbc3fe8354ce2bbcee90c5bd9e6b821b488900) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/debugedit/debugedit_5.1.bb')
-rw-r--r--meta/recipes-devtools/debugedit/debugedit_5.1.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-devtools/debugedit/debugedit_5.1.bb b/meta/recipes-devtools/debugedit/debugedit_5.1.bb
new file mode 100644
index 0000000000..5dc103f643
--- /dev/null
+++ b/meta/recipes-devtools/debugedit/debugedit_5.1.bb
@@ -0,0 +1,28 @@
1SUMMARY = "Tools for creating debuginfo and source file distributions"
2DESCRIPTION = "debugedit provides programs and scripts for creating \
3debuginfo and source file distributions, collect build-ids and rewrite \
4source paths in DWARF data for debugging, tracing and profiling."
5HOMEPAGE = "https://sourceware.org/debugedit/"
6
7LICENSE = "GPL-2.0-only & GPL-3.0-only & LGPL-2.1-only"
8LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
9 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
10 file://COPYING3;md5=d32239bcb673463ab874e80d47fae504"
11
12SRC_URI = "https://sourceware.org/ftp/debugedit/${PV}/debugedit-${PV}.tar.xz \
13 "
14
15SRC_URI:append:libc-musl = "\
16 file://0003-Makefile.am-do-not-update-manual.patch \
17 "
18
19SRC_URI[sha256sum] = "ee9b688b2ed8fa62551c54cb5dc31aaa05853e7dedbd9e1237c77894ea5e3626"
20
21DEPENDS = "elfutils xxhash"
22DEPENDS:append:libc-musl = " musl-legacy-error"
23
24inherit pkgconfig autotools
25
26RDEPENDS:${PN} += "bash elfutils-binutils"
27
28BBCLASSEXTEND = "native nativesdk"