summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cdrtools
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:56:04 +0000
commit1b4dcf10b0fe9b4e95ca84f32de0c7dcfee2b729 (patch)
tree3af624acf94a78adb76c607a7a16102967e0d4ef /meta/recipes-devtools/cdrtools
parente917c7b5a362e34f8d506800f95b0fd715bba70b (diff)
downloadast2050-yocto-poky-1b4dcf10b0fe9b4e95ca84f32de0c7dcfee2b729.zip
ast2050-yocto-poky-1b4dcf10b0fe9b4e95ca84f32de0c7dcfee2b729.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. (From OE-Core rev: d61ef6ce86abe5b484a2a2602982f4ded54b3f9a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cdrtools')
-rw-r--r--meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
index 9068771..fc47977 100644
--- a/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
@@ -20,6 +20,8 @@ inherit native
STAGE_TEMP = "${WORKDIR}/image-temp"
+FILESPATH = "${FILE_DIRNAME}/cdrtools-native/"
+
do_install() {
install -d ${STAGE_TEMP}
make install INS_BASE=${STAGE_TEMP}
OpenPOWER on IntegriCloud