diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_4.9.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-extended/libvirt/libvirt_4.9.0.bb b/recipes-extended/libvirt/libvirt_4.9.0.bb index 17ac799e..813d95ec 100644 --- a/recipes-extended/libvirt/libvirt_4.9.0.bb +++ b/recipes-extended/libvirt/libvirt_4.9.0.bb | |||
@@ -197,7 +197,7 @@ PACKAGECONFIG_remove_mipsarchn64 = "qemu" | |||
197 | 197 | ||
198 | # enable,disable,depends,rdepends | 198 | # enable,disable,depends,rdepends |
199 | # | 199 | # |
200 | PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu," | 200 | PACKAGECONFIG[qemu] = "--with-qemu --with-qemu-user=qemu --with-qemu-group=qemu,--without-qemu,qemu," |
201 | PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl" | 201 | PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl" |
202 | PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi,," | 202 | PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi,," |
203 | PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,xen," | 203 | PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,xen," |
@@ -315,8 +315,6 @@ do_install_append() { | |||
315 | EXTRA_OECONF += " \ | 315 | EXTRA_OECONF += " \ |
316 | --with-init-script=systemd \ | 316 | --with-init-script=systemd \ |
317 | --with-test-suite \ | 317 | --with-test-suite \ |
318 | --with-qemu-user=qemu \ | ||
319 | --with-qemu-group=qemu \ | ||
320 | " | 318 | " |
321 | 319 | ||
322 | EXTRA_OEMAKE = "BUILD_DIR=${B} DEST_DIR=${D}${PTEST_PATH} PTEST_DIR=${PTEST_PATH} SYSTEMD_UNIT_DIR=${systemd_system_unitdir}" | 320 | EXTRA_OEMAKE = "BUILD_DIR=${B} DEST_DIR=${D}${PTEST_PATH} PTEST_DIR=${PTEST_PATH} SYSTEMD_UNIT_DIR=${systemd_system_unitdir}" |