summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cdrtools
diff options
context:
space:
mode:
authorPetter Mabäcker <petter@technux.se>2014-01-03 19:11:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-06 11:14:00 +0000
commit81e15141958a200bf93323ab1d8c2cf9466cf5c4 (patch)
treec80add3aa3e28e364cd2ee4edff8eab5d114c996 /meta/recipes-devtools/cdrtools
parent33b9961ff79fb21e676fdb16cdb8da0988331dab (diff)
downloadast2050-yocto-poky-81e15141958a200bf93323ab1d8c2cf9466cf5c4.zip
ast2050-yocto-poky-81e15141958a200bf93323ab1d8c2cf9466cf5c4.tar.gz
cdrtools-native: remove unused FILESPATH
Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. However in cdrtools no FILESPATH additions are currently needed so instead it should be removed. (From OE-Core rev: cd789ffead8e68c88560931dc3fe689254339e87) Signed-off-by: Saul Wold <sgw@linux.intel.com> 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_3.01a17.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb
index 38de407..71b86aa 100644
--- a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb
@@ -16,8 +16,6 @@ S = "${WORKDIR}/cdrtools-3.01"
inherit native
-FILESPATH = "${FILE_DIRNAME}/cdrtools-native/"
-
do_install() {
make install GMAKE_NOWARN=true INS_BASE=${prefix} DESTDIR=${D}
}
OpenPOWER on IntegriCloud