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:32:05 +0100 |
commit | 7444b73cc8388af142e5b1cb069bf0a35309bae0 (patch) | |
tree | 2dc82565e1126daf762b973102b2b69630604260 /meta/recipes-graphics | |
parent | a5cc0f6a8bdd7cded0c6ef581158b7939c85a33c (diff) | |
download | poky-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')
-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 | |||
2 | 2 | ||
3 | SUMMARY += " (OpenGL only, no EGL/GLES)" | 3 | SUMMARY += " (OpenGL only, no EGL/GLES)" |
4 | 4 | ||
5 | FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/mesa-${PV}", "${FILE_DIRNAME}/mesa"], d)}" | 5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:" |
6 | 6 | ||
7 | PROVIDES = "virtual/libgl virtual/mesa" | 7 | PROVIDES = "virtual/libgl virtual/mesa" |
8 | 8 | ||