[OE-core] [PATCH 1/5] python-six: Add to oe-core

Burton, Ross ross.burton at intel.com
Fri Jul 8 20:17:02 UTC 2016


On 7 July 2016 at 16:39, Jussi Kukkonen <jussi.kukkonen at intel.com> wrote:

> +do_compile_append() {
> +    ${PYTHON} setup.py -q bdist_egg --dist-dir ./
> +}
> +do_install_append() {
> +    install -m 0644 ${S}/*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/
> +}
>

Is this actually required?  The setuptools class should be doing all the
magic, and this appears to be building and installing an egg, which we
generally try not to do.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160708/df263b12/attachment-0002.html>


More information about the Openembedded-core mailing list