mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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. (From OE-Core rev: de37e4d7f995a0032d016c621c35ef1f79daa8ae) Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a5cc0f6a8b
commit
7444b73cc8
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user