From 1b4dcf10b0fe9b4e95ca84f32de0c7dcfee2b729 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. (From OE-Core rev: d61ef6ce86abe5b484a2a2602982f4ded54b3f9a) Signed-off-by: Richard Purdie --- meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/icecc-create-env') diff --git a/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb b/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb index 7db39781ee..b04474efcb 100644 --- a/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb +++ b/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb @@ -11,6 +11,8 @@ PR = "r2" DEPENDS = "" INHIBIT_DEFAULT_DEPS = "1" +FILESPATH = "${FILE_DIRNAME}/${PN}/" + inherit native PATCHTOOL = "patch" -- cgit v1.2.3-54-g00ecf