blob: 257238fa24507fe2acf5ccda1bec6b472ab123d6 [file] [log] [blame]
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05001SUMMARY = "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
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 \
17 file://0003-Makefile.am-do-not-update-manual.patch \
18 "
19
20SRC_URI[sha256sum] = "e9ecd7d350bebae1f178ce6776ca19a648b6fe8fa22f5b3044b38d7899aa553e"
21
22DEPENDS = "elfutils"
23
24inherit pkgconfig autotools
25
26RDEPENDS:${PN} += "bash elfutils-binutils"
27
28BBCLASSEXTEND = "native nativesdk"