aboutsummaryrefslogtreecommitdiffstats
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:24:03 +0100
commit57109e59abb7c6af029f452d06b46f47084cff11 (patch)
treeb0a5d2d8eb20d7f302031b97e4d7ffb4734880b7 /meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
parentae8711bc2952e96ac3434624548a3dbfd501ec7f (diff)
downloadopenembedded-core-contrib-57109e59abb7c6af029f452d06b46f47084cff11.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. 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 \
PR = "r2"
-FILESPATH = "${FILE_DIRNAME}/${PN}-${PV}/"
+FILESEXTRAPATHS =. "${FILE_DIRNAME}/${P}:"
inherit native