]> code.ossystems Code Review - openembedded-core.git/commit
help2man: rewrite recipe
authorRoss Burton <ross@burtonini.com>
Fri, 4 Sep 2020 15:42:36 +0000 (16:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 5 Sep 2020 21:18:12 +0000 (22:18 +0100)
commit1e98edf46d0b96da2aea7dabd1d7cf3ce6c5e7bd
treedeae831bd165984844e3a33d38aba499eb4daa5c
parent49ce9c09d86d645f3fa30e41430075b1ffa8c768
help2man: rewrite recipe

This recipe was originally explicitly minimal because it was needed to
bootstrap autotools, but that isn't the case anymore.

Instead of being explicitly native, use BBCLASSEXTEND.

No need to explicitly depend on autoconf-native automake-native, because
the autotools class does that.

As this recipe isn't needed in early build anymore there's no need to
avoid reconfiguring.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-devtools/help2man/help2man_1.47.15.bb [moved from meta/recipes-devtools/help2man/help2man-native_1.47.15.bb with 71% similarity]