[meta-virtualization] [PATCH 1/2] xen: Replace python-setuptools-native with python-distutils-native to keep pace with upstream.

Philip Tricca flihp at twobit.us
Mon Feb 10 06:08:43 PST 2014


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 at twobit.us
> <mailto:flihp at twobit.us>> wrote:
> 
>     python-native RPROVIDES python-distutils-native so this changes the
>     dependency around a bit.
> 
>     Signed-off-by: Philip Tricca <flihp at twobit.us <mailto:flihp at 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
> 
> 



More information about the meta-virtualization mailing list