On 05/18/2017 10:23 AM, Robert Yang wrote:
+-      test -x "$POSIX_SHELL" && break
++      test -n "$POSIX_SHELL" && break

The problem is libopts.m4 is auto generated, so it may override
when upgrade autogen-native.

That's right. The file is generated from libopts.def in the same directory. I now looked at the code finally :) and I think it's better to leave the POSIX_SHELL variable alone (and not set it from the recipe either because it has no effect), and go back to the original idea of patching the place where it's used to make a shebang line - I think there's only one such place in the source code.

But fixing libopts.def is okay too, I just think it's more trouble.

Alex

--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to