summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt/libvirt_1.3.5.bb
diff options
context:
space:
mode:
authorAmarnath Valluri <amarnath.valluri@intel.com>2017-02-08 18:57:51 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-02-09 09:13:57 -0500
commitee0b5e316af429d4352abcad4a4110deae99e4f6 (patch)
treede74206c83edb2d5153f8de99e78dcf736373c46 /recipes-extended/libvirt/libvirt_1.3.5.bb
parent0343d3f8bb6ba0e9afc52e3fd4f5db87195f972e (diff)
downloadmeta-virtualization-ee0b5e316af429d4352abcad4a4110deae99e4f6.tar.gz
libvirt: Place systemd units at appropriate location.
Systemd untis should be placed as per ${systemd_system_unitdir}. Patched the source code to support configure variable to set the systemd units directory. Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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