From: Mike Westerhof Date: Sun, 22 Mar 2009 04:26:51 +0000 (-0500) Subject: libgsm, bogofilter, man: fix misuse of FILESDIR X-Git-Tag: Release-2010-05/1~3796^2~52^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34be9d4ae444d7109c3ea7232671bc63ec73918c;p=openembedded.git libgsm, bogofilter, man: fix misuse of FILESDIR (Required to make these build again after some earlier changes) --- diff --git a/recipes/bogofilter/bogofilter_0.96.0.bb b/recipes/bogofilter/bogofilter_0.96.0.bb index 72cec9be3c..48caf83af5 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 93d042ed36..ec740431a7 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 e46b5b03cc..2a1ed7fd72 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.* \