[OE-core] [PATCH 1/1] cdrtools-native: remove unused FILESPATH

Petter Mabäcker petter at technux.se
Fri Jan 3 18:11:43 UTC 2014


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.
---
 .../cdrtools/cdrtools-native_3.01a17.bb            |    2 --
 1 file changed, 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}
 }
-- 
1.7.9.5




More information about the Openembedded-core mailing list