[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
Sun Feb 9 17:45:18 PST 2014


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



More information about the meta-virtualization mailing list