[OE-core] [PATCH 1/1] apr: Check for libtoolize rather than libtool

Robert Yang liezhi.yang at windriver.com
Fri Sep 27 09:58:24 UTC 2019



On 9/27/19 5:30 PM, Ross Burton wrote:
> Much neater, but:
>> -    libtool='${HOST_SYS}-libtool' ./buildconf
>> +    ./buildconf 2
> 
> Where did this 2 come from and what does it mean?

Sorry that I didn't add a comment for it, there is no document or help message
for it, I read the code and thought it meant libtool version 2, another option
is 1 (version 1).

I have updated it in the PULL:

         cd ${S}
-       libtool='${HOST_SYS}-libtool' ./buildconf
+       # The "2" means libtool version 2.
+       ./buildconf 2


// Robert

> 
> Ross


More information about the Openembedded-core mailing list