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:
Petter Mabäcker
2014-05-12 15:55:30 +02:00
committed by Richard Purdie
parent bf359458a9
commit a5cc0f6a8b

View File

@@ -8,7 +8,7 @@ require xorg-lib-common.inc
inherit siteinfo
FILESPATH = "${FILE_DIRNAME}/libx11"
FILESEXTRAPATHS =. "${FILE_DIRNAME}/libx11:"
PE = "1"