]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa-gl: use base_set_filespath
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 17 Oct 2013 11:31:26 +0000 (13:31 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 26 Oct 2013 14:48:49 +0000 (15:48 +0100)
- 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>
meta/recipes-graphics/mesa/mesa-gl_9.1.6.bb

index 0e9dbb5f4fe171f95d79ad8c17f35f1e0e92b928..21f6151f290ad9887115d7c36c47aa4996d9d91e 100644 (file)
@@ -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"