From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] distutils-base: Only RDEPEND python-core on target packages
Date: Fri, 04 Mar 2011 19:19:47 -0800 [thread overview]
Message-ID: <4D71ABD3.1080804@gmail.com> (raw)
In-Reply-To: <A78CAF16-DD5D-4D87-803C-313D07290422@dominion.thruhere.net>
On 3/4/2011 2:41 PM, Koen Kooi wrote:
>
> Op 4 mrt 2011, om 23:15 heeft Martin Jansa het volgende geschreven:
>
>> * fixes ie setuptools, without this patch it RDEPENDs on python-core-native, which is not RPROVIDED by anything
>> * imported from OE 8377b8ec57f35b9e5b81a74c77f68fd6e02949c8
>>
>> Signed-off-by: Martin Jansa<Martin.Jansa@gmail.com>
>> ---
>> meta/classes/distutils-base.bbclass | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta/classes/distutils-base.bbclass b/meta/classes/distutils-base.bbclass
>> index 2e151de..e84b0fc 100644
>> --- a/meta/classes/distutils-base.bbclass
>> +++ b/meta/classes/distutils-base.bbclass
>> @@ -1,5 +1,5 @@
>> DEPENDS += "${@["python-native python", ""][(bb.data.getVar('PACKAGES', d, 1) == '')]}"
>> -RDEPENDS += "python-core"
>> +RDEPENDS_${PN} += "${@['', 'python-core']['${PN}' == '${BPN}']}"
>
> Minor nit: the two check seem to do the same, should we make them the same?
>
Do you mean checks for DEPENDS and RDEPEND_${PN}
> For this patch:
>
> Acked-by: Koen Kooi<koen@dominion.thruhere.net>
>
> regards,
>
> Koen
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
next prev parent reply other threads:[~2011-03-05 3:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-04 22:15 [PATCH] distutils-base: Only RDEPEND python-core on target packages Martin Jansa
2011-03-04 22:41 ` Koen Kooi
2011-03-05 3:19 ` Khem Raj [this message]
2011-03-05 8:16 ` Koen Kooi
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=4D71ABD3.1080804@gmail.com \
--to=raj.khem@gmail.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.