diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_4.3.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/libvirt/libvirt_4.3.0.bb b/recipes-extended/libvirt/libvirt_4.3.0.bb index 194f049a..bb4a256e 100644 --- a/recipes-extended/libvirt/libvirt_4.3.0.bb +++ b/recipes-extended/libvirt/libvirt_4.3.0.bb | |||
@@ -290,6 +290,7 @@ do_install_append() { | |||
290 | 290 | ||
291 | EXTRA_OECONF += " \ | 291 | EXTRA_OECONF += " \ |
292 | --with-init-script=systemd \ | 292 | --with-init-script=systemd \ |
293 | --with-test-suite \ | ||
293 | " | 294 | " |
294 | 295 | ||
295 | EXTRA_OEMAKE = "BUILD_DIR=${B} DEST_DIR=${D}${PTEST_PATH} PTEST_DIR=${PTEST_PATH} SYSTEMD_UNIT_DIR=${systemd_system_unitdir}" | 296 | EXTRA_OEMAKE = "BUILD_DIR=${B} DEST_DIR=${D}${PTEST_PATH} PTEST_DIR=${PTEST_PATH} SYSTEMD_UNIT_DIR=${systemd_system_unitdir}" |