summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/debugedit/debugedit_5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/debugedit/debugedit_5.1.bb')
-rw-r--r--meta/recipes-devtools/debugedit/debugedit_5.1.bb31
1 files changed, 31 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..384909a36f
--- /dev/null
+++ b/meta/recipes-devtools/debugedit/debugedit_5.1.bb
@@ -0,0 +1,31 @@
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 file://0001-Add-option-to-allow-disabling-inlined-xxhash.patch \
14 file://0003-Makefile.am-do-not-update-manual.patch \
15 "
16
17SRC_URI[sha256sum] = "ee9b688b2ed8fa62551c54cb5dc31aaa05853e7dedbd9e1237c77894ea5e3626"
18
19DEPENDS = "elfutils xxhash"
20DEPENDS:append:libc-musl = " musl-legacy-error"
21
22inherit pkgconfig autotools multilib_script
23
24RDEPENDS:${PN} += "bash elfutils-binutils"
25
26EXTRA_OECONF = "${@oe.utils.vartrue('DEBUG_BUILD', '--disable-inlined-xxhash', '', d)}"
27
28BBCLASSEXTEND = "native nativesdk"
29
30MULTILIB_SCRIPTS = "${PN}:${bindir}/find-debuginfo"
31