man: set RDEPENDS_${PN} (for 1.5m2 too)
authorRene Wagner <rw@handhelds.org>
Tue, 27 Dec 2005 17:03:36 +0000 (17:03 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 27 Dec 2005 17:03:36 +0000 (17:03 +0000)
packages/man/man_1.5m2.bb
packages/man/man_1.5p.bb

index 09cdc58..5a88a8c 100644 (file)
@@ -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"
 
index c6ae5e0..f4f8f4b 100644 (file)
@@ -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 \