diff options
-rw-r--r-- | recipes-extended/xen/xen_4.3.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/xen/xen_4.3.0.bb b/recipes-extended/xen/xen_4.3.0.bb index e0339b1a..e9a22ccd 100644 --- a/recipes-extended/xen/xen_4.3.0.bb +++ b/recipes-extended/xen/xen_4.3.0.bb | |||
@@ -17,13 +17,13 @@ COMPATIBLE_HOST = '(x86_64.*).*-linux' | |||
17 | 17 | ||
18 | inherit autotools gettext setuptools update-rc.d | 18 | inherit autotools gettext setuptools update-rc.d |
19 | 19 | ||
20 | DEPENDS = "util-linux util-linux-native file-native zlib ncurses openssl bison-native flex-native gettext dev86-native iasl-native pciutils virtual/libgl virtual/libsdl bridge-utils iproute2 procps yajl pixman python python-setuptools-native xz xz-native" | 20 | DEPENDS = "util-linux util-linux-native file-native zlib ncurses openssl bison-native flex-native gettext dev86-native iasl-native pciutils virtual/libgl virtual/libsdl bridge-utils iproute2 procps yajl pixman python python-setuptools-native xz xz-native libsdl" |
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} = "" |
24 | 24 | ||
25 | RDEPENDS_${PN}-base = "\ | 25 | RDEPENDS_${PN}-base = "\ |
26 | libgcc udev bash perl xz \ | 26 | libgcc libsdl udev bash perl xz \ |
27 | ${PN}-blktap \ | 27 | ${PN}-blktap \ |
28 | ${PN}-console \ | 28 | ${PN}-console \ |
29 | ${PN}-libblktapctl \ | 29 | ${PN}-libblktapctl \ |