[oe-commits] Andreas Oberritter : mesa-gl: use base_set_filespath

git at git.openembedded.org git at git.openembedded.org
Sun Oct 27 11:27:42 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 48d042f27405dac06ebe406eaee13823c8e643cb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=48d042f27405dac06ebe406eaee13823c8e643cb

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Thu Oct 17 13:31:26 2013 +0200

mesa-gl: use base_set_filespath

- Fixes FILESEXTRAPATHS being ignored in mesa-gl bbappend.

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 0e9dbb5..21f6151 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"
 



More information about the Openembedded-commits mailing list