summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/help2man/help2man_1.47.15.bb
Commit message (Collapse)AuthorAgeFilesLines
* help2man: rewrite recipeRoss Burton2020-09-051-0/+22
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. (From OE-Core rev: 1e98edf46d0b96da2aea7dabd1d7cf3ce6c5e7bd) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>