From: Ross Burton Date: Tue, 14 Jul 2015 14:38:03 +0000 (+0100) Subject: qemuwrapper-cross: set S correctly X-Git-Tag: 2015-10~1205 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=43272fffd75ff22526c07883cb688eb146082590;p=openembedded-core.git qemuwrapper-cross: set S correctly This recipe doesn't unpack any source, so set S to ${WORKDIR}. Signed-off-by: Ross Burton --- 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +S = "${WORKDIR}" + inherit qemu do_install () {