[oe-commits] =?UTF-8?Q?Petter=20Mab=C3=A4cker=20?=: xorg-lib: remove usage of FILESPATH

git at git.openembedded.org git at git.openembedded.org
Mon May 12 17:01:55 UTC 2014


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

Author: Petter Mabäcker <petter at technux.se>
Date:   Mon May 12 15:55:30 2014 +0200

xorg-lib: remove usage of 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.

Signed-off-by: Petter Mabäcker <petter at technux.se>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/xorg-lib/libx11.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc
index e07d42d..b04eafb 100644
--- a/meta/recipes-graphics/xorg-lib/libx11.inc
+++ b/meta/recipes-graphics/xorg-lib/libx11.inc
@@ -8,7 +8,7 @@ require xorg-lib-common.inc
 
 inherit siteinfo
 
-FILESPATH = "${FILE_DIRNAME}/libx11"
+FILESEXTRAPATHS =. "${FILE_DIRNAME}/libx11:"
 
 PE = "1"
 



More information about the Openembedded-commits mailing list