summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-07-14 15:38:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-16 15:09:22 +0100
commit794ea78b2fd602f538ff676936cb630212e12ca9 (patch)
tree9fae1deddec8d72649e9caa161134fdaf26d6405 /meta/recipes-devtools/qemu
parent317225000cfb84358b2cb12281e536ba049536a0 (diff)
downloadpoky-794ea78b2fd602f538ff676936cb630212e12ca9.tar.gz
qemuwrapper-cross: set S correctly
This recipe doesn't unpack any source, so set S to ${WORKDIR}. (From OE-Core rev: 43272fffd75ff22526c07883cb688eb146082590) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
index 959cd6fba0..7f4c6d9349 100644
--- a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
+++ b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
@@ -2,6 +2,8 @@ SUMMARY = "QEMU wrapper script"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
4 4
5S = "${WORKDIR}"
6
5inherit qemu 7inherit qemu
6 8
7do_install () { 9do_install () {