aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-19 22:16:22 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-21 16:54:19 +0000
commitd61ef6ce86abe5b484a2a2602982f4ded54b3f9a (patch)
treee5f6397280b867920107addf6a098e728d2d272c /meta/recipes-core/eglibc
parent1c54d8c3639659bc8cf8fa2786a1aa9ed785b723 (diff)
downloadopenembedded-core-d61ef6ce86abe5b484a2a2602982f4ded54b3f9a.tar.gz
ldconfig/cdrtools/icecc-create-env/linuxdoc-tools/python: Set FILESPATH to find -native files
In a small number of cases we need to have ${PN} in FILESPATH rather than ${BPN}. Rather than hurt readability for all other recipes, set FILESPATH in these recipes so we can prune the default. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r--meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb2
1 files changed, 2 insertions, 0 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 2a939132b8..63ef95b7e7 100644
--- a/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
+++ b/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
@@ -14,6 +14,8 @@ SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \
PR = "r2"
+FILESPATH = "${FILE_DIRNAME}/${PN}-${PV}/"
+
inherit native
S = "${WORKDIR}/${PN}-${PV}"