All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Tricca <flihp@twobit.us>
To: Chris Patterson <cjp256@gmail.com>
Cc: "meta-virtualization@yoctoproject.org"
	<meta-virtualization@yoctoproject.org>
Subject: Re: [PATCH 1/2] xen: Replace python-setuptools-native with python-distutils-native to keep pace with upstream.
Date: Mon, 10 Feb 2014 09:08:43 -0500	[thread overview]
Message-ID: <52F8DD6B.4080000@twobit.us> (raw)
In-Reply-To: <CABZSBQe0p6X805ErdNkFS99Yuu-04vki+h50B5U00tcO4EV9hQ@mail.gmail.com>

Because I screwed this up. Should DEPEND on python-distribute-native
instead of RDEPEND on python-distutils-native:

http://patchwork.openembedded.org/patch/66085/

I'll fix this up and send it out.

Regards,
Philip

On 02/09/2014 09:59 PM, Chris Patterson wrote:
> Hey Phil, why does xen need to RDEPENDS python-distutils-native?
> 
> Cheers,
> -Chris
> 
> 
> On Sun, Feb 9, 2014 at 8:45 PM, Philip Tricca <flihp@twobit.us
> <mailto:flihp@twobit.us>> wrote:
> 
>     python-native RPROVIDES python-distutils-native so this changes the
>     dependency around a bit.
> 
>     Signed-off-by: Philip Tricca <flihp@twobit.us <mailto:flihp@twobit.us>>
> 
>     diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
>     index e0d01a5..bd2fc74 100644
>     --- a/recipes-extended/xen/xen.inc
>     +++ b/recipes-extended/xen/xen.inc
>     @@ -17,10 +17,10 @@ PACKAGECONFIG ??= " \
>      PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl,"
>      PACKAGECONFIG[xsm] =
>     "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native,"
> 
>     -DEPENDS = "util-linux util-linux-native file-native zlib ncurses
>     openssl bison-native flex-native gettext dev86-native iasl-native
>     pciutils bridge-utils iproute2 procps yajl pixman python
>     python-setuptools-native xz xz-native glib-2.0"
>     +DEPENDS = "util-linux util-linux-native file-native zlib ncurses
>     openssl bison-native flex-native gettext dev86-native iasl-native
>     pciutils bridge-utils iproute2 procps yajl pixman python xz
>     xz-native glib-2.0"
> 
>      # inherit setuptools adds python to RDEPENDS, override it
>     -RDEPENDS_${PN} = ""
>     +RDEPENDS_${PN} = "python-distutils-native"
> 
>      RDEPENDS_${PN}-base = "\
>          libgcc udev bash perl xz \
>     --
>     1.7.10.4
> 
> 



  reply	other threads:[~2014-02-10 14:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-10  1:45 [PATCH 0/2] xen: A few minor fixups Philip Tricca
2014-02-10  1:45 ` [PATCH 1/2] xen: Replace python-setuptools-native with python-distutils-native to keep pace with upstream Philip Tricca
2014-02-10  2:59   ` Chris Patterson
2014-02-10 14:08     ` Philip Tricca [this message]
2014-02-10 16:32     ` [PATCH] xen: Add RDEPENDS block for xendomains script Philip Tricca
2014-02-10 16:36       ` Philip Tricca
2014-02-10 16:36     ` [PATCH] xen: Replace python-setuptools-native dependency with python-distribute-native Philip Tricca
2014-02-11  1:28       ` Chris Patterson
2014-02-11 12:14         ` [PATCH] xen: Remove dependency on python-setuptools-native Philip Tricca
2014-02-11 20:47           ` Bruce Ashfield
2014-02-10  1:45 ` [PATCH 2/2] xen: Add RDEPENDS block for xendomains script Philip Tricca
2014-02-10  2:57   ` Chris Patterson
2014-02-10 16:43     ` Philip Tricca
2014-02-11 20:47       ` Bruce Ashfield

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=52F8DD6B.4080000@twobit.us \
    --to=flihp@twobit.us \
    --cc=cjp256@gmail.com \
    --cc=meta-virtualization@yoctoproject.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.