summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.6.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/xen_4.6.0.bb')
-rw-r--r--recipes-extended/xen/xen_4.6.0.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-extended/xen/xen_4.6.0.bb b/recipes-extended/xen/xen_4.6.0.bb
index 93c6d2ef..0391dbd8 100644
--- a/recipes-extended/xen/xen_4.6.0.bb
+++ b/recipes-extended/xen/xen_4.6.0.bb
@@ -9,13 +9,3 @@ SRC_URI[md5sum] = "48e232f90927c08326a7b52bb06f49bc"
9SRC_URI[sha256sum] = "6fa1c2431df55aa5950d248e6093b8c8c0f11c357a0adbd348a2186478e80909" 9SRC_URI[sha256sum] = "6fa1c2431df55aa5950d248e6093b8c8c0f11c357a0adbd348a2186478e80909"
10 10
11S = "${WORKDIR}/xen-${PV}" 11S = "${WORKDIR}/xen-${PV}"
12
13do_install_append() {
14 # fixup default path to qemu-system-i386
15 sed -i 's#\(test -z "$QEMU_XEN" && QEMU_XEN=\).*$#\1"/usr/bin/qemu-system-i386"#' ${D}/etc/init.d/xencommons
16
17 if [ -e ${D}${systemd_unitdir}/system/xen-qemu-dom0-disk-backend.service ]; then
18 sed -i 's#ExecStart=.*qemu-system-i386\(.*\)$#ExecStart=/usr/bin/qemu-system-i386\1#' \
19 ${D}${systemd_unitdir}/system/xen-qemu-dom0-disk-backend.service
20 fi
21}