libgsm, bogofilter, man: fix misuse of FILESDIR
authorMike Westerhof <mwester@dls.net>
Sun, 22 Mar 2009 04:26:51 +0000 (23:26 -0500)
committerMike Westerhof <mwester@dls.net>
Sun, 22 Mar 2009 04:26:51 +0000 (23:26 -0500)
(Required to make these build again after some earlier changes)

recipes/bogofilter/bogofilter_0.96.0.bb
recipes/libgsm/libgsm_1.0.10.bb
recipes/man/man_1.5p.bb

index 72cec9b..48caf83 100644 (file)
@@ -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 \
index 93d042e..ec74043 100644 (file)
@@ -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/"
 
index e46b5b0..2a1ed7f 100644 (file)
@@ -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.* \