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 <msm...@cbnco.com>

Mike

_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to