diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-07-02 13:57:11 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-04 00:02:16 +0100 |
| commit | 08b3432e9fd02e92d78954693f3caa8140742742 (patch) | |
| tree | f05fe897388f5fe584bde4069a027e47a919f636 /meta/recipes-devtools/help2man/help2man-native_1.47.6.bb | |
| parent | 13542a824bb83274b537c61a3d9f4d00a2c506b9 (diff) | |
| download | poky-08b3432e9fd02e92d78954693f3caa8140742742.tar.gz | |
help2man-native: 1.47.5 -> 1.47.6
(From OE-Core rev: 93b0a04d77b0b513fefaa80fb3fb9334c549a76f)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/help2man/help2man-native_1.47.6.bb')
| -rw-r--r-- | meta/recipes-devtools/help2man/help2man-native_1.47.6.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-devtools/help2man/help2man-native_1.47.6.bb b/meta/recipes-devtools/help2man/help2man-native_1.47.6.bb new file mode 100644 index 0000000000..794d308cb7 --- /dev/null +++ b/meta/recipes-devtools/help2man/help2man-native_1.47.6.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Program for creating simple man pages" | ||
| 2 | SECTION = "devel" | ||
| 3 | LICENSE = "GPLv3" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 5 | DEPENDS = "autoconf-native automake-native" | ||
| 6 | |||
| 7 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "7424901e6eca8af372d2ad62be5cf659" | ||
| 10 | SRC_URI[sha256sum] = "d91b0295b72a638e4a564f643e4e6d1928779131f628c00f356c13bf336de46f" | ||
| 11 | |||
| 12 | inherit autotools native | ||
| 13 | |||
| 14 | EXTRA_OECONF = "--disable-nls" | ||
| 15 | |||
| 16 | # We don't want to reconfigure things as it would require 'perlnative' to be | ||
| 17 | # used. | ||
| 18 | do_configure() { | ||
| 19 | oe_runconf | ||
| 20 | } | ||
| 21 | |||
| 22 | do_install_append () { | ||
| 23 | # Make sure we use /usr/bin/env perl | ||
| 24 | sed -i -e "1s:#!.*:#! /usr/bin/env perl:" ${D}${bindir}/help2man | ||
| 25 | } | ||
