From cd789ffead8e68c88560931dc3fe689254339e87 Mon Sep 17 00:00:00 2001 From: Petter Mabäcker Date: Fri, 3 Jan 2014 19:11:43 +0100 Subject: 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 --- meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/cdrtools') 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} } -- cgit 1.2.3-korg