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

Chris Patterson cjp256 at gmail.com
Sun Feb 9 18:59:10 PST 2014


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> wrote:

> python-native RPROVIDES python-distutils-native so this changes the
> dependency around a bit.
>
> Signed-off-by: Philip Tricca <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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20140209/43c78603/attachment.html>


More information about the meta-virtualization mailing list