On 7 July 2016 at 16:39, Jussi Kukkonen <[email protected]> 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
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to