summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Patterson <cjp256@gmail.com>2013-10-06 17:22:15 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-10-10 23:29:41 -0400
commit1364859318a72c5a0e0199bace66fc3899425db1 (patch)
tree75f3d5edb4f01affdc3475cb0abd93abe7eb381b
parentad8308a0c4b7bc940e3c5ac2c8d16ab348436cce (diff)
downloadmeta-virtualization-1364859318a72c5a0e0199bace66fc3899425db1.tar.gz
xen: Add sdl support by including dependency for libsdl.
Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/xen/xen_4.3.0.bb4
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
18inherit autotools gettext setuptools update-rc.d 18inherit autotools gettext setuptools update-rc.d
19 19
20DEPENDS = "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" 20DEPENDS = "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
23RDEPENDS_${PN} = "" 23RDEPENDS_${PN} = ""
24 24
25RDEPENDS_${PN}-base = "\ 25RDEPENDS_${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 \