summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/libvirt/libvirt_1.0.3.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.0.3.bb b/recipes-extended/libvirt/libvirt_1.0.3.bb
index c1c000e0..f3419240 100644
--- a/recipes-extended/libvirt/libvirt_1.0.3.bb
+++ b/recipes-extended/libvirt/libvirt_1.0.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://libvirt.org"
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f"
5SECTION = "console/tools" 5SECTION = "console/tools"
6PR = "r1" 6PR = "r2"
7 7
8DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \ 8DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \
9 iptables ebtables dnsmasq readline" 9 iptables ebtables dnsmasq readline"
@@ -106,7 +106,7 @@ INITSCRIPT_PARAMS_${PN}-libvirtd = "defaults 72"
106 106
107# full config 107# full config
108PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx \ 108PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx \
109 polkit lxc test remote macvtap libvirtd netcf" 109 polkit lxc test remote macvtap libvirtd netcf udev"
110 110
111PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu" 111PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu"
112PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl" 112PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl"
@@ -129,6 +129,7 @@ PACKAGECONFIG[macvtap] = "--with-macvtap=yes,--with-macvtap=no,libnl,libnl"
129PACKAGECONFIG[libvirtd] = "--with-libvirtd,--without-libvirtd" 129PACKAGECONFIG[libvirtd] = "--with-libvirtd,--without-libvirtd"
130PACKAGECONFIG[netcf] = "--with-netcf,--without-netcf,netcf,netcf" 130PACKAGECONFIG[netcf] = "--with-netcf,--without-netcf,netcf,netcf"
131PACKAGECONFIG[dtrace] = "--with-dtrace,--without-dtrace,," 131PACKAGECONFIG[dtrace] = "--with-dtrace,--without-dtrace,,"
132PACKAGECONFIG[udev] = "--with-udev --with-pciaccess,--without-udev,udev libpciaccess,"
132 133
133# Enable the Python tool support 134# Enable the Python tool support
134require libvirt-python.inc 135require libvirt-python.inc