diff options
Diffstat (limited to 'meta/recipes-extended/man')
-rw-r--r-- | meta/recipes-extended/man/man_1.6f.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/man/man_1.6f.bb b/meta/recipes-extended/man/man_1.6f.bb index 9f753070bf..3dce1ae6cf 100644 --- a/meta/recipes-extended/man/man_1.6f.bb +++ b/meta/recipes-extended/man/man_1.6f.bb | |||
@@ -3,11 +3,11 @@ DESCRIPTION = "A set of documentation tools: man, apropos and whatis" | |||
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | HOMEPAGE = "http://primates.ximian.com/~flucifredi/man" | 4 | HOMEPAGE = "http://primates.ximian.com/~flucifredi/man" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | PR = "r3" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
7 | 7 | ||
8 | DEPENDS = "groff less" | 8 | PR = "r4" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 10 | DEPENDS = "groff less" |
11 | 11 | ||
12 | SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \ | 12 | SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \ |
13 | file://man-1.5k-confpath.patch;striplevel=0 \ | 13 | file://man-1.5k-confpath.patch;striplevel=0 \ |
@@ -61,4 +61,5 @@ do_install_append(){ | |||
61 | } | 61 | } |
62 | 62 | ||
63 | 63 | ||
64 | RDEPENDS_${PN} = "less groff" | ||
64 | FILES_${PN} += "${datadir}/locale ${sysconfdir}/man.conf" | 65 | FILES_${PN} += "${datadir}/locale ${sysconfdir}/man.conf" |