[oe] [PATCH] help2man: Add native recipe, drop check for being provided.

Michael Smith msmith at cbnco.com
Thu Nov 18 02:02:07 UTC 2010


On Wed, 17 Nov 2010, Tom Rini wrote:

> --- a/classes/autotools.bbclass
> +++ b/classes/autotools.bbclass
> -	deps += 'autoconf-native automake-native '
> +	deps += 'autoconf-native automake-native help2man-native'

Need a space before that closing quote.

> --- /dev/null
> +++ b/recipes/help2man/help2man_1.37.1.bb
> @@ -0,0 +1,21 @@
> +SRC_URI = "${GNU_MIRROR}/help4man/help2man-${PV}.tar.gz"

s/4/2/ :)

> +do_configure() {
> +	oe_runconf
> +}

Is this necessary? The old 1.36 recipe has it, too. Is it because auto* 
may not be built yet? Could you add a comment explaining why it's there?

I haven't tested from a clean build with help2man not installed, but I 
like the idea - help2man can be hard to track down for older systems 
sometimes.

Acked-by: Michael Smith <msmith at cbnco.com>

Mike




More information about the Openembedded-devel mailing list