summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt/libvirt_1.3.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/libvirt/libvirt_1.3.5.bb')
-rw-r--r--recipes-extended/libvirt/libvirt_1.3.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.3.5.bb b/recipes-extended/libvirt/libvirt_1.3.5.bb
index c848c99b..152130d0 100644
--- a/recipes-extended/libvirt/libvirt_1.3.5.bb
+++ b/recipes-extended/libvirt/libvirt_1.3.5.bb
@@ -37,6 +37,7 @@ SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.gz;name=libvirt \
37 file://0001-qemu-Let-empty-default-VNC-password-work-as-document.patch \ 37 file://0001-qemu-Let-empty-default-VNC-password-work-as-document.patch \
38 file://0001-ptest-add-missing-test_helper-files.patch \ 38 file://0001-ptest-add-missing-test_helper-files.patch \
39 file://0001-ptest-Remove-Windows-1252-check-from-esxutilstest.patch \ 39 file://0001-ptest-Remove-Windows-1252-check-from-esxutilstest.patch \
40 file://0001-Added-configure-variable-for-placing-systemd-untis-l.patch \
40 " 41 "
41 42
42SRC_URI[libvirt.md5sum] = "f9dc1e63d559eca50ae0ee798a4c6c6d" 43SRC_URI[libvirt.md5sum] = "f9dc1e63d559eca50ae0ee798a4c6c6d"
@@ -264,7 +265,7 @@ EXTRA_OECONF += " \
264 --with-init-script=systemd \ 265 --with-init-script=systemd \
265 " 266 "
266 267
267EXTRA_OEMAKE = "BUILD_DIR=${B} DEST_DIR=${D}${PTEST_PATH} PTEST_DIR=${PTEST_PATH}" 268EXTRA_OEMAKE = "BUILD_DIR=${B} DEST_DIR=${D}${PTEST_PATH} PTEST_DIR=${PTEST_PATH} SYSTEMD_UNIT_DIR=${systemd_system_unitdir}"
268 269
269do_compile_ptest() { 270do_compile_ptest() {
270 oe_runmake -C tests buildtest-TESTS 271 oe_runmake -C tests buildtest-TESTS