diff options
Diffstat (limited to 'recipes-extended/libvirt/libvirt_4.3.0.bb')
-rw-r--r-- | recipes-extended/libvirt/libvirt_4.3.0.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-extended/libvirt/libvirt_4.3.0.bb b/recipes-extended/libvirt/libvirt_4.3.0.bb index edd52616..e6dac5d9 100644 --- a/recipes-extended/libvirt/libvirt_4.3.0.bb +++ b/recipes-extended/libvirt/libvirt_4.3.0.bb | |||
@@ -175,7 +175,7 @@ PRIVATE_LIBS_${PN}-ptest = " \ | |||
175 | PACKAGECONFIG ??= "qemu yajl uml openvz vmware vbox esx iproute2 lxc test \ | 175 | PACKAGECONFIG ??= "qemu yajl uml openvz vmware vbox esx iproute2 lxc test \ |
176 | remote macvtap libvirtd netcf udev python ebtables \ | 176 | remote macvtap libvirtd netcf udev python ebtables \ |
177 | ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux audit libcap-ng', '', d)} \ | 177 | ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux audit libcap-ng', '', d)} \ |
178 | ${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'xen libxl xen-inotify', '', d)} \ | 178 | ${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'libxl', '', d)} \ |
179 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'polkit', '', d)} \ | 179 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'polkit', '', d)} \ |
180 | " | 180 | " |
181 | 181 | ||
@@ -183,10 +183,8 @@ PACKAGECONFIG ??= "qemu yajl uml openvz vmware vbox esx iproute2 lxc test \ | |||
183 | # | 183 | # |
184 | PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu," | 184 | PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu," |
185 | PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl" | 185 | PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl" |
186 | PACKAGECONFIG[xen] = "--with-xen,--without-xen,xen," | ||
187 | PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi,," | 186 | PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi,," |
188 | PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,libxl," | 187 | PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,libxl," |
189 | PACKAGECONFIG[xen-inotify] = "--with-xen-inotify,--without-xen-inotify,xen," | ||
190 | PACKAGECONFIG[uml] = "--with-uml, --without-uml,," | 188 | PACKAGECONFIG[uml] = "--with-uml, --without-uml,," |
191 | PACKAGECONFIG[openvz] = "--with-openvz,--without-openvz,," | 189 | PACKAGECONFIG[openvz] = "--with-openvz,--without-openvz,," |
192 | PACKAGECONFIG[vmware] = "--with-vmware,--without-vmware,," | 190 | PACKAGECONFIG[vmware] = "--with-vmware,--without-vmware,," |
@@ -305,7 +303,7 @@ do_install_ptest() { | |||
305 | done | 303 | done |
306 | } | 304 | } |
307 | 305 | ||
308 | pkg_postinst_libvirt() { | 306 | pkg_postinst_ontarget_${PN}() { |
309 | if [ -z "$D" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then | 307 | if [ -z "$D" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then |
310 | /etc/init.d/populate-volatile.sh update | 308 | /etc/init.d/populate-volatile.sh update |
311 | fi | 309 | fi |