aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/bogofilter/bogofilter_0.96.0.bb4
-rw-r--r--recipes/libgsm/libgsm_1.0.10.bb4
-rw-r--r--recipes/man/man_1.5p.bb4
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 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.* \