diff options
author | Petter Mabäcker <petter@technux.se> | 2014-05-12 15:55:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-13 19:24:02 +0100 |
commit | de37e4d7f995a0032d016c621c35ef1f79daa8ae (patch) | |
tree | 285a802fc2e79eace35d4f264e52a5c1b2aabeb8 /meta/recipes-graphics/mesa | |
parent | ff700e01bc0639b67eb2934340b71c37d518a941 (diff) | |
download | openembedded-core-de37e4d7f995a0032d016c621c35ef1f79daa8ae.tar.gz openembedded-core-de37e4d7f995a0032d016c621c35ef1f79daa8ae.tar.bz2 openembedded-core-de37e4d7f995a0032d016c621c35ef1f79daa8ae.zip |
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@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.bb | 2 |
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" |