diff options
author | Ross Burton <ross.burton@intel.com> | 2015-07-14 15:38:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-16 15:09:22 +0100 |
commit | 794ea78b2fd602f538ff676936cb630212e12ca9 (patch) | |
tree | 9fae1deddec8d72649e9caa161134fdaf26d6405 /meta/recipes-devtools | |
parent | 317225000cfb84358b2cb12281e536ba049536a0 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb | 2 |
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" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | 4 | ||
5 | S = "${WORKDIR}" | ||
6 | |||
5 | inherit qemu | 7 | inherit qemu |
6 | 8 | ||
7 | do_install () { | 9 | do_install () { |