]> code.ossystems Code Review - openembedded-core.git/commitdiff
cdrtools-native: remove unused FILESPATH
authorPetter Mabäcker <petter@technux.se>
Fri, 3 Jan 2014 18:11:43 +0000 (19:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jan 2014 11:12:31 +0000 (11:12 +0000)
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>
meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb

index 38de407e716d75f37607c9a2466ae1f9e033648d..71b86aac5e4c816a2e34ad26aaab441f55b1da1f 100644 (file)
@@ -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}
 }