[oe-commits] =?UTF-8?Q?Petter=20Mab=C3=A4cker=20?=: cdrtools-native: remove unused FILESPATH

git at git.openembedded.org git at git.openembedded.org
Mon Jan 6 11:29:37 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: cd789ffead8e68c88560931dc3fe689254339e87
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=cd789ffead8e68c88560931dc3fe689254339e87

Author: Petter Mabäcker <petter at technux.se>
Date:   Fri Jan  3 19:11:43 2014 +0100

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 at linux.intel.com>

---

 meta/recipes-devtools/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}
 }



More information about the Openembedded-commits mailing list