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
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to