I was trying to create a minimal core image with python-setuptools and noticed that the python-setuptools recipe does not work. The reason is that during do_install, it creates shell scripts that refer to python-native instead of python. The attached patch tries to solve this issue. Another minimal example thta shows this issue can be found at https://gist.github.com/4223250.
Lukas Bulwahn BMW Car IT GmbH >From Lukas Bulwahn <[email protected]> # This line is ignored. From: Lukas Bulwahn <[email protected]> Subject: In-Reply-To: _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
