diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-12-04 07:48:52 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-05 17:07:10 +0000 |
| commit | e092b6b920fb5f5467aead49ea2b0a36955a75b3 (patch) | |
| tree | f2608a71fc6cc46002d6d2e3024add3b9645345d /meta/recipes-devtools/debugedit/debugedit_5.1.bb | |
| parent | c6557ce953bc858df6b8128748fd4fbc41aa88c1 (diff) | |
| download | poky-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.bb | 28 |
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 @@ | |||
| 1 | SUMMARY = "Tools for creating debuginfo and source file distributions" | ||
| 2 | DESCRIPTION = "debugedit provides programs and scripts for creating \ | ||
| 3 | debuginfo and source file distributions, collect build-ids and rewrite \ | ||
| 4 | source paths in DWARF data for debugging, tracing and profiling." | ||
| 5 | HOMEPAGE = "https://sourceware.org/debugedit/" | ||
| 6 | |||
| 7 | LICENSE = "GPL-2.0-only & GPL-3.0-only & LGPL-2.1-only" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | ||
| 9 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | ||
| 10 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504" | ||
| 11 | |||
| 12 | SRC_URI = "https://sourceware.org/ftp/debugedit/${PV}/debugedit-${PV}.tar.xz \ | ||
| 13 | " | ||
| 14 | |||
| 15 | SRC_URI:append:libc-musl = "\ | ||
| 16 | file://0003-Makefile.am-do-not-update-manual.patch \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SRC_URI[sha256sum] = "ee9b688b2ed8fa62551c54cb5dc31aaa05853e7dedbd9e1237c77894ea5e3626" | ||
| 20 | |||
| 21 | DEPENDS = "elfutils xxhash" | ||
| 22 | DEPENDS:append:libc-musl = " musl-legacy-error" | ||
| 23 | |||
| 24 | inherit pkgconfig autotools | ||
| 25 | |||
| 26 | RDEPENDS:${PN} += "bash elfutils-binutils" | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native nativesdk" | ||
