[oe-commits] =?UTF-8?Q?Petter=20Mab=C3=A4cker=20?=: mesa: 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: a22c9116202410a3fb0bf268db122032f172b872
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a22c9116202410a3fb0bf268db122032f172b872

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

mesa: 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.
Also remove unused filespath addition.

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

---

 meta/recipes-graphics/mesa/mesa-gl_9.2.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/mesa/mesa-gl_9.2.5.bb b/meta/recipes-graphics/mesa/mesa-gl_9.2.5.bb
index 8c7d8e8..2acc21d 100644
--- a/meta/recipes-graphics/mesa/mesa-gl_9.2.5.bb
+++ b/meta/recipes-graphics/mesa/mesa-gl_9.2.5.bb
@@ -2,7 +2,7 @@ require mesa_${PV}.bb
 
 SUMMARY += " (OpenGL only, no EGL/GLES)"
 
-FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/mesa-${PV}", "${FILE_DIRNAME}/mesa"], d)}"
+FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:"
 
 PROVIDES = "virtual/libgl virtual/mesa"
 



More information about the Openembedded-commits mailing list