From cd35938fa4fac4451da3ef32626988c51ed8c021 Mon Sep 17 00:00:00 2001 From: Petter Mabäcker Date: Mon, 12 May 2014 15:55:32 +0200 Subject: qemu: remove unused FILESPATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. However in nativesdk-qemu-helper no FILESPATH additions are currently needed so instead it should be removed. Signed-off-by: Petter Mabäcker Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb b/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb index fe03b8288a..51d1c59699 100644 --- a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb +++ b/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb @@ -3,7 +3,6 @@ LICENSE = "GPLv2" RDEPENDS_${PN} = "nativesdk-qemu" PR = "r9" -FILESPATH = "${FILE_DIRNAME}/qemu-helper" LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \ file://${COREBASE}/scripts/runqemu;endline=18;md5=77fbe442a88b1bcdc29c3ba67733b21b" -- cgit 1.2.3-korg