mirror of
https://git.yoctoproject.org/poky
synced 2026-06-06 14:49:50 +00:00
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. (From OE-Core rev: cd35938fa4fac4451da3ef32626988c51ed8c021) Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7444b73cc8
commit
d45466c3cd
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user