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

Tom Rini tom_rini at mentor.com
Thu Nov 18 02:22:36 UTC 2010


On 11/17/2010 07:02 PM, Michael Smith wrote:
> 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.

Will go fix.

>
>> --- /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?
>

The problem is that it gets mad about perl stuff not being around yet 
(since we use host perl here, like with automake/conf).  I'll add a 
comment as well.

-- 
Tom Rini
Mentor Graphics Corporation




More information about the Openembedded-devel mailing list