summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/libvirt/libvirt_1.0.3.bb38
1 files changed, 20 insertions, 18 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.0.3.bb b/recipes-extended/libvirt/libvirt_1.0.3.bb
index 845baf5a..fb4b9bb3 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 = "r7" 6PR = "r8"
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"
@@ -115,29 +115,31 @@ INITSCRIPT_PARAMS_${PN}-libvirtd = "defaults 72"
115PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx \ 115PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx \
116 polkit lxc test remote macvtap libvirtd netcf udev python ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" 116 polkit lxc test remote macvtap libvirtd netcf udev python ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
117 117
118PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu" 118# enable,disable,depends,rdepends
119#
120PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu,"
119PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl" 121PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl"
120PACKAGECONFIG[xen] = "--with-xen,--without-xen,xen" 122PACKAGECONFIG[xen] = "--with-xen,--without-xen,xen,"
121PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi" 123PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi,,"
122PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,xen" 124PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,xen,"
123PACKAGECONFIG[xen-inotify] = "--with-xen-inotify,--without-xen-inotify,xen" 125PACKAGECONFIG[xen-inotify] = "--with-xen-inotify,--without-xen-inotify,xen,"
124PACKAGECONFIG[uml] = "--with-uml, --without-uml" 126PACKAGECONFIG[uml] = "--with-uml, --without-uml,,"
125PACKAGECONFIG[openvz] = "--with-openvz,--without-openvz" 127PACKAGECONFIG[openvz] = "--with-openvz,--without-openvz,,"
126PACKAGECONFIG[vmware] = "--with-vmware,--without-vmware" 128PACKAGECONFIG[vmware] = "--with-vmware,--without-vmware,,"
127PACKAGECONFIG[phyp] = "--with-phyp,--without-phyp" 129PACKAGECONFIG[phyp] = "--with-phyp,--without-phyp,,"
128PACKAGECONFIG[vbox] = "--with-vbox,--without-vbox" 130PACKAGECONFIG[vbox] = "--with-vbox,--without-vbox,,"
129PACKAGECONFIG[esx] = "--with-esx,--without-esx" 131PACKAGECONFIG[esx] = "--with-esx,--without-esx,,"
130PACKAGECONFIG[hyperv] = "--with-hyperv,--without-hyperv" 132PACKAGECONFIG[hyperv] = "--with-hyperv,--without-hyperv,,"
131PACKAGECONFIG[polkit] = "--with-polkit,--without-polkit,polkit,polkit" 133PACKAGECONFIG[polkit] = "--with-polkit,--without-polkit,polkit,polkit"
132PACKAGECONFIG[lxc] = "--with-lxc,--without-lxc, lxc" 134PACKAGECONFIG[lxc] = "--with-lxc,--without-lxc, lxc,"
133PACKAGECONFIG[test] = "--with-test=yes,--with-test=no" 135PACKAGECONFIG[test] = "--with-test=yes,--with-test=no,,"
134PACKAGECONFIG[remote] = "--with-remote,--without-remote" 136PACKAGECONFIG[remote] = "--with-remote,--without-remote,,"
135PACKAGECONFIG[macvtap] = "--with-macvtap=yes,--with-macvtap=no,libnl,libnl" 137PACKAGECONFIG[macvtap] = "--with-macvtap=yes,--with-macvtap=no,libnl,libnl"
136PACKAGECONFIG[libvirtd] = "--with-libvirtd,--without-libvirtd" 138PACKAGECONFIG[libvirtd] = "--with-libvirtd,--without-libvirtd,,"
137PACKAGECONFIG[netcf] = "--with-netcf,--without-netcf,netcf,netcf" 139PACKAGECONFIG[netcf] = "--with-netcf,--without-netcf,netcf,netcf"
138PACKAGECONFIG[dtrace] = "--with-dtrace,--without-dtrace,," 140PACKAGECONFIG[dtrace] = "--with-dtrace,--without-dtrace,,"
139PACKAGECONFIG[udev] = "--with-udev --with-pciaccess,--without-udev,udev libpciaccess," 141PACKAGECONFIG[udev] = "--with-udev --with-pciaccess,--without-udev,udev libpciaccess,"
140PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" 142PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux,"
141# Enable the Python tool support 143# Enable the Python tool support
142require libvirt-python.inc 144require libvirt-python.inc
143 145