aboutsummaryrefslogtreecommitdiffstats
path: root/packages/man
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2005-12-27 17:03:36 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-27 17:03:36 +0000
commit043c6a939287c5ee31e081846ccaeeaef8357ce3 (patch)
treec5f6b2219db5b5ebb07ff6488551845a3bd3d7ae /packages/man
parentd1c728f3669f67c5206e2f0f3076e96341d29608 (diff)
downloadopenembedded-043c6a939287c5ee31e081846ccaeeaef8357ce3.tar.gz
man: set RDEPENDS_${PN} (for 1.5m2 too)
Diffstat (limited to 'packages/man')
-rw-r--r--packages/man/man_1.5m2.bb2
-rw-r--r--packages/man/man_1.5p.bb5
2 files changed, 5 insertions, 2 deletions
diff --git a/packages/man/man_1.5m2.bb b/packages/man/man_1.5m2.bb
index 09cdc58d32..5a88a8ca01 100644
--- a/packages/man/man_1.5m2.bb
+++ b/packages/man/man_1.5m2.bb
@@ -3,6 +3,8 @@ 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."
+RDEPENDS_${PN} = "less groff"
+PR = "r1"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/man/man-${PV}.tar.bz2"
diff --git a/packages/man/man_1.5p.bb b/packages/man/man_1.5p.bb
index c6ae5e0e78..f4f8f4ba42 100644
--- a/packages/man/man_1.5p.bb
+++ b/packages/man/man_1.5p.bb
@@ -4,8 +4,9 @@ MAINTAINER = "Inge Arnesen <inge.arnesen@gmail.com>"
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 = "r1"
-RDEPENDS="less groff"
+PR = "r2"
+RDEPENDS_${PN} = "less groff"
+
# Note: The default man.conf uses wrong names for GNU eqn and troff,
# so we install our own
SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/man/man-${PV}.tar.bz2 \