[oe] [PATCH] python-nose: avoid duplicate install of setup.py*

Martin Jansa martin.jansa at gmail.com
Thu Jan 16 16:16:36 UTC 2014


On Thu, Jan 16, 2014 at 05:04:04PM +0100, Ulf Samuelsson wrote:
> Signed-off-by: Ulf Samuelsson <ulf at emagii.com>
> ---
>  .../recipes-devtools/python/python-nose_1.2.1.bb   |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/meta-oe/recipes-devtools/python/python-nose_1.2.1.bb b/meta-oe/recipes-devtools/python/python-nose_1.2.1.bb
> index 083d052..1cf3869 100644
> --- a/meta-oe/recipes-devtools/python/python-nose_1.2.1.bb
> +++ b/meta-oe/recipes-devtools/python/python-nose_1.2.1.bb
> @@ -11,4 +11,8 @@ SRC_URI[sha256sum] = "2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a
>  
>  S = "${WORKDIR}/nose-${PV}"
>  
> +do_install_append() {
> +	rm -f ${D}${libdir}/python*/site-packages/site.py*
> +}

it was moved to oe-core and I believe that fixed there by RP (change of
inherit)

> +
>  inherit distutils
> -- 
> 1.7.9.5
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140116/fb9e11e1/attachment-0002.sig>


More information about the Openembedded-devel mailing list