[oe-commits] Mike Westerhof : libgsm, bogofilter, man: fix misuse of FILESDIR

GIT User account git at amethyst.openembedded.net
Sun Mar 22 04:29:35 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 34be9d4ae444d7109c3ea7232671bc63ec73918c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=34be9d4ae444d7109c3ea7232671bc63ec73918c

Author: Mike Westerhof <mwester at dls.net>
Date:   Sat Mar 21 23:26:51 2009 -0500

libgsm, bogofilter, man: fix misuse of FILESDIR
(Required to make these build again after some earlier changes)

---

 recipes/bogofilter/bogofilter_0.96.0.bb |    4 ++--
 recipes/libgsm/libgsm_1.0.10.bb         |    4 ++--
 recipes/man/man_1.5p.bb                 |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes/bogofilter/bogofilter_0.96.0.bb b/recipes/bogofilter/bogofilter_0.96.0.bb
index 72cec9b..48caf83 100644
--- a/recipes/bogofilter/bogofilter_0.96.0.bb
+++ b/recipes/bogofilter/bogofilter_0.96.0.bb
@@ -5,11 +5,11 @@ DESCRIPTION = "Bogofilter is a mail filter that classifies mail as spam or ham (
 by a statistical analysis of the message's header and content (body). \
 The program is able to learn from the user's classifications and corrections."
 LICENSE = "GPL"
-PR = "r7"
+PR = "r8"
 PRIORITY = "optional"
 
 SRC_URI = "http://download.sourceforge.net/bogofilter/bogofilter-${PV}.tar.bz2 \
-           file://${FILESDIR}/configure.ac.patch;patch=1 \
+           file://configure.ac.patch;patch=1 \
 	   file://volatiles \
 	   file://postfix-filter.sh \
 	   file://bogohelper.sh \
diff --git a/recipes/libgsm/libgsm_1.0.10.bb b/recipes/libgsm/libgsm_1.0.10.bb
index 93d042e..ec74043 100644
--- a/recipes/libgsm/libgsm_1.0.10.bb
+++ b/recipes/libgsm/libgsm_1.0.10.bb
@@ -4,12 +4,12 @@ PRIORITY = "optional"
 #DEPENDS = ""
 LICENSE = "libgsm"
 
-PR = "r1"
+PR = "r2"
 
 inherit pkgconfig gpe
 
 SRC_URI = "http://www.netsw.org/audio/convert/gsm-${PV}.tar.gz \
-           file://${FILESDIR}/libgsm_patch;patch=1;pnum=0"
+           file://libgsm_patch;patch=1;pnum=0"
 
 S = "${WORKDIR}/gsm-1.0-pl10/"
 
diff --git a/recipes/man/man_1.5p.bb b/recipes/man/man_1.5p.bb
index e46b5b0..2a1ed7f 100644
--- a/recipes/man/man_1.5p.bb
+++ b/recipes/man/man_1.5p.bb
@@ -3,7 +3,7 @@ SECTION = "base"
 DESCRIPTION = "The man page suite, including man, apropos, \
 and whatis consists of programs that are used to read most \
 of the documentation available on a Linux system."
-PR = "r3"
+PR = "r4"
 RDEPENDS_${PN} = "less groff"
 
 # Note: The default man.conf uses wrong names for GNU eqn and troff,
@@ -33,7 +33,7 @@ do_compile() {
 
 do_install() {
 	oe_runmake 'PREFIX=${D}' 'DEFS=${DEFS}' install
-	install -m 644 ${FILESDIR}/man.conf ${D}/etc
+	install -m 644 ${WORKDIR}/man.conf ${D}/etc
 }
 
 FILES_${PN} = "${bindir}/* ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \





More information about the Openembedded-commits mailing list