mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
0001-Add-option-to-allow-disabling-inlined-xxhash.patch removed since it's included in 5.2 (From OE-Core rev: 15f6172eceea91a844114d8e13051131094232f1) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
31 lines
1.2 KiB
BlitzBasic
31 lines
1.2 KiB
BlitzBasic
SUMMARY = "Tools for creating debuginfo and source file distributions"
|
|
DESCRIPTION = "debugedit provides programs and scripts for creating \
|
|
debuginfo and source file distributions, collect build-ids and rewrite \
|
|
source paths in DWARF data for debugging, tracing and profiling."
|
|
HOMEPAGE = "https://sourceware.org/debugedit/"
|
|
|
|
LICENSE = "GPL-2.0-only & GPL-3.0-only & LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
|
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
|
file://COPYING3;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
SRC_URI = "https://sourceware.org/ftp/debugedit/${PV}/debugedit-${PV}.tar.xz \
|
|
file://0003-Makefile.am-do-not-update-manual.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "705296803cc4403f38764e891b4ed38f8d8d4f8a9164bd4f86c9d4bedcac68dd"
|
|
|
|
DEPENDS = "elfutils xxhash"
|
|
DEPENDS:append:libc-musl = " musl-legacy-error"
|
|
|
|
inherit pkgconfig autotools multilib_script
|
|
|
|
RDEPENDS:${PN} += "bash elfutils-binutils"
|
|
|
|
EXTRA_OECONF = "${@oe.utils.vartrue('DEBUG_BUILD', '--disable-inlined-xxhash', '', d)}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
MULTILIB_SCRIPTS = "${PN}:${bindir}/find-debuginfo"
|
|
|