On 07/08/2016 03:17 PM, Burton, Ross wrote:

On 7 July 2016 at 16:39, Jussi Kukkonen <[email protected] <mailto:[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

As far as I remember, if the package uses the setuptools class this should be handled automatically.



-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to