]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Drop obsolete FILESDIR setting
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Nov 2012 21:26:15 +0000 (21:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Nov 2012 16:52:58 +0000 (16:52 +0000)
FILESPATH is the preferred way of finding files now. Having a value
for FILESDIR which defaults to paths which will have already been
searched is pointless at best. This is the final step in letting
us drop FILESDIR support entirely from bitbake at some future date.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 450a0ee1e9c0b8d9eb4f84c362e7852a8425548b..7c939f5a4d47b916dadb77e353e14ae2d9a19c65 100644 (file)
@@ -319,7 +319,6 @@ FILES_${PN}-locale = "${datadir}/locale"
 FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE'))}"
 # FILESPATH is set in base.bbclass
 #FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/${BP}:${FILE_DIRNAME}/${BPN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
-FILESDIR = "${@bb.which(d.getVar('FILESPATH', True), '.')}"
 
 ##################################################################
 # General work and output directories for the build system.