diff options
author | Philip Tricca <flihp@twobit.us> | 2014-02-11 12:14:06 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-11 14:29:15 -0500 |
commit | 543d230ad5805b77661bd3999a883b75b9aedebb (patch) | |
tree | 6b1b5f24daa553cc1af2fe2758a3dbf7954531e8 | |
parent | 7499d6ce015cdbd238aff2a3024e5535ece5a444 (diff) | |
download | meta-virtualization-543d230ad5805b77661bd3999a883b75b9aedebb.tar.gz |
xen: Remove dependency on python-setuptools-native.
oe-core fixed some overlap between the python-setuptools-native and
python-distribute-native recently. This made python-setuptools
obsolite. See: http://patchwork.openembedded.org/patch/66085/
The Xen recipe already DEPENDS on python-distribute-native by
inheriting setuptools so we only need to remove the dependency on
python-setuptools-native.
Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-extended/xen/xen.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index e0d01a5d..b238ddbb 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -17,7 +17,7 @@ PACKAGECONFIG ??= " \ | |||
17 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl," | 17 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl," |
18 | PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," | 18 | PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," |
19 | 19 | ||
20 | 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" | 20 | 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" |
21 | 21 | ||
22 | # inherit setuptools adds python to RDEPENDS, override it | 22 | # inherit setuptools adds python to RDEPENDS, override it |
23 | RDEPENDS_${PN} = "" | 23 | RDEPENDS_${PN} = "" |