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-devtools/python/python-native_2.7.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python-native_2.7.3.bb b/meta/recipes-devtools/python/python-native_2.7.3.bb index b0b3503ed9..162ecedb73 100644 --- a/meta/recipes-devtools/python/python-native_2.7.3.bb +++ b/meta/recipes-devtools/python/python-native_2.7.3.bb @@ -19,6 +19,8 @@ SRC_URI += "file://04-default-is-optimized.patch \ " S = "${WORKDIR}/Python-${PV}" +FILESPATH = "${FILE_DIRNAME}/python-native/:${FILE_DIRNAME}/python/" + inherit native RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native" -- cgit v1.2.3