summaryrefslogtreecommitdiffstats
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:12:31 +0000
commitcd789ffead8e68c88560931dc3fe689254339e87 (patch)
treedb4bd8cde43f765e3e79c6dbe88e30557de3f421
parentf2b40e09e1d9767001f8fd9d5948ff2757491b2f (diff)
downloadopenembedded-core-cd789ffead8e68c88560931dc3fe689254339e87.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. Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 38de407e71..71b86aac5e 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}
}