aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
authorPetter Mabäcker <petter@technux.se>2014-05-12 15:55:31 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-13 19:32:05 +0100
commit7444b73cc8388af142e5b1cb069bf0a35309bae0 (patch)
tree2dc82565e1126daf762b973102b2b69630604260 /meta/recipes-graphics/mesa
parenta5cc0f6a8bdd7cded0c6ef581158b7939c85a33c (diff)
downloadopenembedded-core-contrib-7444b73cc8388af142e5b1cb069bf0a35309bae0.tar.gz
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. (From OE-Core rev: de37e4d7f995a0032d016c621c35ef1f79daa8ae) Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_9.2.5.bb2
1 files changed, 1 insertions, 1 deletions
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 8c7d8e8d63..2acc21dce5 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"