From: Petter Mabäcker Date: Mon, 12 May 2014 13:55:36 +0000 (+0200) Subject: u-boot: remove unused FILESPATH X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33661 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8675ffa3f90d4e411a82d33ac8319f2c4c19235;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git u-boot: 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 u-boot no FILESPATH additions are currently needed so instead it should be removed. Signed-off-by: Petter Mabäcker Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index cb50949a377..d826a40c9c9 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc @@ -65,7 +65,6 @@ do_install () { } FILES_${PN} = "/boot ${sysconfdir}" -FILESPATH =. "${FILE_DIRNAME}/u-boot-git/${MACHINE}:" do_deploy () { install -d ${DEPLOYDIR}