From d61ef6ce86abe5b484a2a2602982f4ded54b3f9a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 19 Nov 2012 22:16:22 +0000 Subject: 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 --- meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/eglibc') 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}" -- cgit 1.2.3-korg