diff options
author | Petter Mabäcker <petter@technux.se> | 2014-05-12 15:55:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-13 19:24:02 +0100 |
commit | cd35938fa4fac4451da3ef32626988c51ed8c021 (patch) | |
tree | de6b4127d60b96156acc50e562e44051331c89f3 /meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | |
parent | de37e4d7f995a0032d016c621c35ef1f79daa8ae (diff) | |
download | openembedded-core-cd35938fa4fac4451da3ef32626988c51ed8c021.tar.gz openembedded-core-cd35938fa4fac4451da3ef32626988c51ed8c021.tar.bz2 openembedded-core-cd35938fa4fac4451da3ef32626988c51ed8c021.zip |
qemu: remove unused FILESPATH
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 <petter@technux.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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" |