summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_0.14.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_0.14.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_0.14.0.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_0.14.0.bb b/meta/recipes-devtools/qemu/qemu_0.14.0.bb
index ccf5ee4f2d..de12f62072 100644
--- a/meta/recipes-devtools/qemu/qemu_0.14.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_0.14.0.bb
@@ -30,9 +30,4 @@ SRC_URI = "\
30SRC_URI[md5sum] = "f9d145d5c09de9f0984ffe9bd1229970" 30SRC_URI[md5sum] = "f9d145d5c09de9f0984ffe9bd1229970"
31SRC_URI[sha256sum] = "ba21e84d7853217830e167dae9999cdbff481189c6a0bb600ac7fb7201453108" 31SRC_URI[sha256sum] = "ba21e84d7853217830e167dae9999cdbff481189c6a0bb600ac7fb7201453108"
32 32
33do_install_append () {
34 install -d ${D}${datadir}/qemu
35 install -m 0755 ${WORKDIR}/powerpc_rom.bin ${D}${datadir}/qemu
36}
37
38S = "${WORKDIR}/qemu-${PV}" 33S = "${WORKDIR}/qemu-${PV}"