From ecdc478b7d8da40303143d4111795ea3e9e27eca Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Thu, 17 Oct 2013 13:31:26 +0200 Subject: [PATCH] mesa-gl: use base_set_filespath - Fixes FILESEXTRAPATHS being ignored in mesa-gl bbappend. (From OE-Core rev: 48d042f27405dac06ebe406eaee13823c8e643cb) Signed-off-by: Andreas Oberritter Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa-gl_9.1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.7.4