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

Alejandro Hernandez alejandro.hernandez at linux.intel.com
Fri Jul 8 20:30:01 UTC 2016


On 07/08/2016 03:17 PM, Burton, Ross wrote:
>
> On 7 July 2016 at 16:39, Jussi Kukkonen <jussi.kukkonen at intel.com 
> <mailto: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

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

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


More information about the Openembedded-core mailing list