[oe-commits] Richard Purdie : bitbake.conf: Drop obsolete FILESDIR setting

git at git.openembedded.org git at git.openembedded.org
Sun Nov 25 21:38:45 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 4e277ac153dfb895589752d41244d5388958ddd2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4e277ac153dfb895589752d41244d5388958ddd2

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Nov 19 21:26:15 2012 +0000

bitbake.conf: Drop obsolete FILESDIR setting

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.

(From OE-Core rev: d6e5ceafcaef06b8a3f9acc2aa826a40a016f913)

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 81fcf64..114c5e7 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -320,7 +320,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.





More information about the Openembedded-commits mailing list