]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa: remove usage of FILESPATH
authorPetter Mabäcker <petter@technux.se>
Mon, 12 May 2014 13:55:31 +0000 (15:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 May 2014 18:24:02 +0000 (19:24 +0100)
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@technux.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa-gl_9.2.5.bb

index 8c7d8e8d636c636795a38f072a43e0ad2c35fc26..2acc21dce51a5ef852c92663ad7d4ce502d55680 100644 (file)
@@ -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"