Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Koen Kooi <koen@dominion.thruhere.net>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 05/26] setuptools: Make options for setup.py more flexible
Date: Thu, 05 May 2011 01:13:32 -0700	[thread overview]
Message-ID: <4DC25C2C.40904@linux.intel.com> (raw)
In-Reply-To: <35853380-9ABD-432A-BAE2-239E0536B654@dominion.thruhere.net>

On 05/05/2011 01:09 AM, Koen Kooi wrote:
> I NAK'ed this before, and will NAK it again.
>
Sorry, this one slipped in with a load of others, I meant to delete it, 
but it got missed.

RP, Please remove this one

Sau!

> See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-April/001265.html
>
> Op 5 mei 2011, om 09:55 heeft Saul Wold het volgende geschreven:
>
>> From: Gary Thomas<gary@mlbassoc.com>
>>
>> The setuptools class uses hard-wired options for 'setup.py' during
>> the install step.  In particular, not all versions of setup.py
>> support the "--single-version-externally-managed" option.  This
>> patch allows for a recipe to easily override these options, while
>> leaving the majority (important) setup options intact.
>>
>> --
>> ------------------------------------------------------------
>> Gary Thomas                 |  Consulting for the
>> MLB Associates              |    Embedded world
>> ------------------------------------------------------------
>>
>>>  From 0afbe6b9477c207e37009c8ef5aa47b3438640a9 Mon Sep 17 00:00:00 2001
>> From: Gary Thomas<gary@mlbassoc.com>
>> Date: Wed, 13 Apr 2011 15:12:57 -0600
>> Subject: [PATCH] setuptools: Make options for setup.py more flexible
>>
>> Signed-off-by: Gary Thomas<gary@mlbassoc.com>
>> Signed-off-by: Saul Wold<sgw@linux.intel.com>
>> ---
>> meta/classes/setuptools.bbclass |    3 ++-
>> 1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta/classes/setuptools.bbclass b/meta/classes/setuptools.bbclass
>> index ced9509..cf1c224 100644
>> --- a/meta/classes/setuptools.bbclass
>> +++ b/meta/classes/setuptools.bbclass
>> @@ -2,7 +2,8 @@ inherit distutils
>>
>> DEPENDS += "python-setuptools-native"
>>
>> +DISTUTILS_INSTALL_OPTS ?= "--single-version-externally-managed "
>> DISTUTILS_INSTALL_ARGS = "--root=${D} \
>> -    --single-version-externally-managed \
>> +    ${DISTUTILS_INSTALL_OPTS} \
>>      --prefix=${prefix} \
>>      --install-data=${datadir}"
>> --
>> 1.7.1.1
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>



  reply	other threads:[~2011-05-05  8:16 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-05  7:55 [PATCH 00/26] Consolidated Pull for 05-May-2011 Saul Wold
2011-05-05  7:55 ` [PATCH 01/26] Remove machine-specific metadata for machines no longer in oe-core Saul Wold
2011-05-05  7:55 ` [PATCH 02/26] Remove distro-specific metadata for distros not " Saul Wold
2011-05-05  7:55 ` [PATCH 03/26] util-linux.inc: remove virtual/libintl from DEPENDS Saul Wold
2011-05-05 16:50   ` Khem Raj
2011-05-05  7:55 ` [PATCH 04/26] initscripts: remove -i from halt/reboot arguments and allow override Saul Wold
2011-05-05  7:55 ` [PATCH 05/26] setuptools: Make options for setup.py more flexible Saul Wold
2011-05-05  8:09   ` Koen Kooi
2011-05-05  8:13     ` Saul Wold [this message]
2011-05-05  7:55 ` [PATCH 06/26] task-core-tools.bb: properly enable lttng-ust for ARM Saul Wold
2011-05-05  7:55 ` [PATCH 07/26] lttng-viewer: explicitly add linkage to lttvwindow Saul Wold
2011-05-05  7:55 ` [PATCH 08/26] gcc-4.6.0: Add missing recipes for gcc-cross-canadian and gcc-crosssdk Saul Wold
2011-05-05  7:57 ` [PATCH 10/26] foomatic-filters: added to pass LSB commands check Saul Wold
2011-05-05  7:57 ` [PATCH 11/26] ghostscript: " Saul Wold
2011-05-05  7:57 ` [PATCH 12/26] Remove machine-specific metadata for machines no longer in oe-core Saul Wold
2011-05-05 11:18   ` Richard Purdie
2011-05-05  7:57 ` [PATCH 13/26] meta-yocto: add pieces removed from oe-core for beagleboard & atom-pc Saul Wold
2011-05-05  7:57 ` [PATCH 14/26] clutter-gst-1.4: Rebase patches and update checksum Saul Wold
2011-05-05  7:57 ` [PATCH 15/26] clutter-gtk-1.4: Rebase patches Saul Wold
2011-05-05  7:57 ` [PATCH 16/26] yaffs2: Update patch and checksums Saul Wold
2011-05-05  7:57 ` [PATCH 17/26] eglibc-2.13: Add recipes for eglibc 2.13 Saul Wold
2011-05-05  7:57 ` [PATCH 18/26] gypsy_0.8.bb: Fix build with gcc 4.6 Saul Wold
2011-05-05  7:57 ` [PATCH 19/26] linux-yocto_git.bb: Backport upstream fix for gcc 4.6 compilation Saul Wold
2011-05-05 11:19   ` Richard Purdie
2011-05-05  7:57 ` [PATCH 20/26] web: fix SRCREV Saul Wold
2011-05-05  7:57 ` [PATCH 21/26] yaffs2-utils_cvs: fix the SRCDATE typo Saul Wold
2011-05-05  7:57 ` [PATCH 22/26] gnome-doc-utils: Add -nonet option to xsltproc Saul Wold
2011-05-05  7:57 ` [PATCH 23/26] linux-yocto: apply meta data to external repos Saul Wold
2011-05-05  7:57 ` [PATCH 24/26] linux-yocto: safely process unbranched repositories Saul Wold
2011-05-05  7:57 ` [PATCH 25/26] linux-yocto: update SRCREVs Saul Wold
2011-05-05 14:12   ` Greg KH
2011-05-05 14:45     ` Bruce Ashfield
2011-05-05 14:48       ` Bruce Ashfield
2011-05-05  7:57 ` [PATCH 26/26] boot-directdisk: fix bzImage source location Saul Wold
2011-05-05 11:28 ` [PATCH 00/26] Consolidated Pull for 05-May-2011 Richard Purdie

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=4DC25C2C.40904@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=koen@dominion.thruhere.net \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox