]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
debugedit: add recipe
authorChen Qi <Qi.Chen@windriver.com>
Thu, 23 Mar 2023 08:11:15 +0000 (16:11 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Mar 2023 14:24:57 +0000 (15:24 +0100)
commitf7ada8b4d003473abce5b589cc38aec1e5e5f18a
tree6a4a3def3c8fec4593dc290343a3aca956569402
parentf45ddfbf007de858327eef0ffefd5840ef4c69b8
debugedit: add recipe

This recipe provides find-debuginfo which is used by rpm, more
specifically rpmbuild.

RPM upstream removed find-debuginfo and switched to use debugedit
in the following commit.

  https://github.com/rpm-software-management/rpm/commit/04b0805a756cdd9466fb9dc717846f5bf15518cc

Without debugedit, rpmbuild fails to generate debuginfo package when
%debug_package is added to spec file.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/conf/distro/include/maintainers.inc
meta/recipes-devtools/debugedit/debugedit_5.0.bb [new file with mode: 0644]
meta/recipes-devtools/debugedit/files/0001-tools-Add-error.h-for-non-glibc-case.patch [new file with mode: 0644]
meta/recipes-devtools/debugedit/files/0002-sepdebugcrcfix.c-do-not-use-64bit-variants.patch [new file with mode: 0644]
meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch [new file with mode: 0644]