[oe-commits] Robert Schuster : base.bbclass: Add BPN- and BP-based search path to FILESPATH.

GIT User account git at amethyst.openembedded.net
Wed Oct 22 12:52:46 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 419924e8e4f5a48be37ea8f59c89a96315178856
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=419924e8e4f5a48be37ea8f59c89a96315178856

Author: Robert Schuster <thebohemian at openembedded.org>
Date:   Wed Oct 22 14:51:32 2008 +0200

base.bbclass: Add BPN- and BP-based search path to FILESPATH.

---

 classes/base.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/base.bbclass b/classes/base.bbclass
index 071acfa..93a76aa 100644
--- a/classes/base.bbclass
+++ b/classes/base.bbclass
@@ -184,7 +184,7 @@ def base_set_filespath(path, d):
 			filespath.append(os.path.join(p, o))
 	return ":".join(filespath)
 
-FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", "${FILE_DIRNAME}/${P}", "${FILE_DIRNAME}/${PN}", "${FILE_DIRNAME}/files", "${FILE_DIRNAME}" ], d)}"
+FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", "${FILE_DIRNAME}/${P}", "${FILE_DIRNAME}/${PN}", "${FILE_DIRNAME}/${BP}", "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files", "${FILE_DIRNAME}" ], d)}"
 
 def oe_filter(f, str, d):
 	from re import match





More information about the Openembedded-commits mailing list