From: Petter Mabäcker Date: Mon, 12 May 2014 13:55:31 +0000 (+0200) Subject: mesa: remove usage of FILESPATH X-Git-Tag: 2015-4~2829 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=de37e4d7f995a0032d016c621c35ef1f79daa8ae;p=openembedded-core.git 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. Signed-off-by: Petter Mabäcker Signed-off-by: Richard Purdie --- 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 SUMMARY += " (OpenGL only, no EGL/GLES)" -FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/mesa-${PV}", "${FILE_DIRNAME}/mesa"], d)}" +FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:" PROVIDES = "virtual/libgl virtual/mesa"