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>
This commit is contained in:
Petter Mabäcker 2014-01-03 19:11:43 +01:00 committed by Richard Purdie
parent 33b9961ff7
commit 81e1514195
1 changed files with 0 additions and 2 deletions

View 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}
}