summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
diff options
context:
space:
mode:
authorPetter Mabäcker <petter@technux.se>2014-05-12 15:55:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-13 19:32:05 +0100
commit362b67769d8fc25a77eceefbdba099cdec894e65 (patch)
treeffd41c0559c857f7929aedf4504fb42bae385c11 /meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
parentc631117d76a1d00a6b7f1f5492cb7d6f99a2f96a (diff)
downloadpoky-362b67769d8fc25a77eceefbdba099cdec894e65.tar.gz
eglibc: 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. If possible try to use any of the default FILESPATH dirs. Also remove superfluous comment and do minor indentation fix. (From OE-Core rev: 57109e59abb7c6af029f452d06b46f47084cff11) Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb')
-rw-r--r--meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb b/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
index 75ffbf615a..7c3463589b 100644
--- a/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
+++ b/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
@@ -16,7 +16,7 @@ SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \
16 16
17PR = "r2" 17PR = "r2"
18 18
19FILESPATH = "${FILE_DIRNAME}/${PN}-${PV}/" 19FILESEXTRAPATHS =. "${FILE_DIRNAME}/${P}:"
20 20
21inherit native 21inherit native
22 22