From: Petter Mabäcker Date: Mon, 12 May 2014 13:55:31 +0000 (+0200) Subject: mesa: remove usage of FILESPATH X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33666 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de37e4d7f995a0032d016c621c35ef1f79daa8ae;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 8c7d8e8d636..2acc21dce51 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"