* [PATCH 0/1] cdrtools-native: remove unused FILESPATH
@ 2014-01-03 18:20 Petter Mabäcker
2014-01-03 18:11 ` [PATCH 1/1] " Petter Mabäcker
0 siblings, 1 reply; 2+ messages in thread
From: Petter Mabäcker @ 2014-01-03 18:20 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 17aa50645015a149298e78a175bbd3cbf171df22:
classes/package: set SUMMARY in do_split_packages() (2014-01-02 22:39:24 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib petmab/bug/4497
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/bug/4497
Petter Mabäcker (1):
cdrtools-native: remove unused FILESPATH
.../cdrtools/cdrtools-native_3.01a17.bb | 2 --
1 file changed, 2 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] cdrtools-native: remove unused FILESPATH
2014-01-03 18:20 [PATCH 0/1] cdrtools-native: remove unused FILESPATH Petter Mabäcker
@ 2014-01-03 18:11 ` Petter Mabäcker
0 siblings, 0 replies; 2+ messages in thread
From: Petter Mabäcker @ 2014-01-03 18:11 UTC (permalink / raw)
To: openembedded-core
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-03 18:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-03 18:20 [PATCH 0/1] cdrtools-native: remove unused FILESPATH Petter Mabäcker
2014-01-03 18:11 ` [PATCH 1/1] " Petter Mabäcker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox