mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
xorg-lib: 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. (From OE-Core rev: ff700e01bc0639b67eb2934340b71c37d518a941) 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
bf359458a9
commit
a5cc0f6a8b
@@ -8,7 +8,7 @@ require xorg-lib-common.inc
|
||||
|
||||
inherit siteinfo
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/libx11"
|
||||
FILESEXTRAPATHS =. "${FILE_DIRNAME}/libx11:"
|
||||
|
||||
PE = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user