All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jose Lamego <jose.a.lamego@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 3/3] python3-setuptools: Remove pth file creation at recipe level
Date: Wed, 8 Feb 2017 16:31:49 -0600	[thread overview]
Message-ID: <0efb730d-3b87-9c1d-8a46-e5572ba29222@linux.intel.com> (raw)
In-Reply-To: <fb56a1c1aaeb6f6cf4b415b029e58124057ef662.1484667160.git.jose.a.lamego@linux.intel.com>


[-- Attachment #1.1: Type: text/plain, Size: 1263 bytes --]

Ping.

On 01/17/2017 09:42 AM, Jose Lamego wrote:
> Handling of installed eggs is now performed at the distutils3 bbclass.
> 
> This change removes the pth file creation at recipe level.
> 
> [YOCTO #8673]
> 
> Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
> ---
>  meta/recipes-devtools/python/python3-setuptools_31.0.0.bb | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/meta/recipes-devtools/python/python3-setuptools_31.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_31.0.0.bb
> index 65af6f0..b37b381 100644
> --- a/meta/recipes-devtools/python/python3-setuptools_31.0.0.bb
> +++ b/meta/recipes-devtools/python/python3-setuptools_31.0.0.bb
> @@ -7,11 +7,8 @@ inherit distutils3
>  
>  DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${PYTHON_SITEPACKAGES_DIR}"
>  
> -# The installer puts the wrong path in the setuptools.pth file.  Correct it.
>  do_install_append() {
> -    rm ${D}${PYTHON_SITEPACKAGES_DIR}/setuptools.pth
>      mv ${D}${bindir}/easy_install ${D}${bindir}/easy3_install
> -    echo "./${SRCNAME}-${PV}-py${PYTHON_BASEVERSION}.egg" > ${D}${PYTHON_SITEPACKAGES_DIR}/setuptools.pth
>  }
>  
>  RDEPENDS_${PN} = "\
> 

-- 
Jose Lamego | OTC Embedded Platforms & Tools | GDC


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 501 bytes --]

  reply	other threads:[~2017-02-08 22:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-17 15:42 [PATCH 0/3] distutils3: add egg files to path Jose Lamego
2017-01-17 15:42 ` [PATCH 1/3] distutils3.bbclass: add egg files/directories to python path Jose Lamego
2017-02-08 22:30   ` Jose Lamego
2017-03-13 20:30     ` Jose Lamego
2017-01-17 15:42 ` [PATCH 2/3] python3-pip: Remove pth file creation at recipe level Jose Lamego
2017-02-08 22:31   ` Jose Lamego
2017-03-13 20:31     ` Jose Lamego
2017-01-17 15:42 ` [PATCH 3/3] python3-setuptools: " Jose Lamego
2017-02-08 22:31   ` Jose Lamego [this message]
2017-03-13 20:31     ` Jose Lamego
2017-01-17 17:09 ` [PATCH 0/3] distutils3: add egg files to path Burton, Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0efb730d-3b87-9c1d-8a46-e5572ba29222@linux.intel.com \
    --to=jose.a.lamego@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.