From ff700e01bc0639b67eb2934340b71c37d518a941 Mon Sep 17 00:00:00 2001 From: Petter Mabäcker Date: Mon, 12 May 2014 15:55:30 +0200 Subject: xorg-lib: remove usage of FILESPATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Signed-off-by: Petter Mabäcker Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libx11.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc index e07d42dcad..b04eafbdf2 100644 --- a/meta/recipes-graphics/xorg-lib/libx11.inc +++ b/meta/recipes-graphics/xorg-lib/libx11.inc @@ -8,7 +8,7 @@ require xorg-lib-common.inc inherit siteinfo -FILESPATH = "${FILE_DIRNAME}/libx11" +FILESEXTRAPATHS =. "${FILE_DIRNAME}/libx11:" PE = "1" -- cgit 1.2.3-korg