diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2013-10-17 13:31:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-26 15:48:49 +0100 |
commit | 48d042f27405dac06ebe406eaee13823c8e643cb (patch) | |
tree | 72766e9b24ba8114be96b3ba19dadf8d1fa484a2 /meta | |
parent | c9148c89532f0989771e4846259f1f10a924bc68 (diff) | |
download | openembedded-core-48d042f27405dac06ebe406eaee13823c8e643cb.tar.gz openembedded-core-48d042f27405dac06ebe406eaee13823c8e643cb.tar.bz2 openembedded-core-48d042f27405dac06ebe406eaee13823c8e643cb.zip |
mesa-gl: use base_set_filespath
- Fixes FILESEXTRAPATHS being ignored in mesa-gl bbappend.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_9.1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_9.1.6.bb b/meta/recipes-graphics/mesa/mesa-gl_9.1.6.bb index 0e9dbb5f4f..21f6151f29 100644 --- a/meta/recipes-graphics/mesa/mesa-gl_9.1.6.bb +++ b/meta/recipes-graphics/mesa/mesa-gl_9.1.6.bb @@ -2,7 +2,7 @@ require mesa_${PV}.bb SUMMARY += " (OpenGL only, no EGL/GLES)" -FILESPATH = "${FILE_DIRNAME}/mesa-${PV}:${FILE_DIRNAME}/mesa" +FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/mesa-${PV}", "${FILE_DIRNAME}/mesa"], d)}" PROVIDES = "virtual/libgl virtual/mesa" |