summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/help2man
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/help2man')
-rw-r--r--meta/recipes-devtools/help2man/help2man_1.49.3.bb (renamed from meta/recipes-devtools/help2man/help2man_1.48.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/help2man/help2man_1.48.1.bb b/meta/recipes-devtools/help2man/help2man_1.49.3.bb
index bdea59d964..75931a511f 100644
--- a/meta/recipes-devtools/help2man/help2man_1.48.1.bb
+++ b/meta/recipes-devtools/help2man/help2man_1.49.3.bb
@@ -2,11 +2,11 @@ SUMMARY = "Program for creating simple man pages"
2HOMEPAGE = "https://www.gnu.org/software/help2man/" 2HOMEPAGE = "https://www.gnu.org/software/help2man/"
3DESCRIPTION = "help2man is a tool for automatically generating simple manual pages from program output." 3DESCRIPTION = "help2man is a tool for automatically generating simple manual pages from program output."
4SECTION = "devel" 4SECTION = "devel"
5LICENSE = "GPLv3" 5LICENSE = "GPL-3.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
7 7
8SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" 8SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
9SRC_URI[sha256sum] = "de8a74740bd058646567b92ab4ecdeb9da9f1a07cc7c4f607a3c14dd38d10799" 9SRC_URI[sha256sum] = "4d7e4fdef2eca6afe07a2682151cea78781e0a4e8f9622142d9f70c083a2fd4f"
10 10
11inherit autotools 11inherit autotools
12 12
@@ -16,7 +16,7 @@ EXTRA_AUTORECONF += "--exclude=aclocal"
16 16
17EXTRA_OECONF = "--disable-nls" 17EXTRA_OECONF = "--disable-nls"
18 18
19do_install_append () { 19do_install:append () {
20 # Make sure we use /usr/bin/env perl 20 # Make sure we use /usr/bin/env perl
21 sed -i -e "1s:#!.*:#! /usr/bin/env perl:" ${D}${bindir}/help2man 21 sed -i -e "1s:#!.*:#! /usr/bin/env perl:" ${D}${bindir}/help2man
22} 22}