diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-04-23 04:52:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-23 23:30:19 +0100 |
commit | a3861b194774117e7c93a2a94ff3ecabfa2b5dcd (patch) | |
tree | 64c423c74015c1b7fe7c336d548cf7acf7f0e2f7 /meta/recipes-devtools/help2man | |
parent | 77eb176f42cab141d0c02df1a7f7ead839d1fa97 (diff) | |
download | poky-a3861b194774117e7c93a2a94ff3ecabfa2b5dcd.tar.gz |
help2man-native: update to 1.47.10
(From OE-Core rev: 481e8c5740bba86c0d32c4ff6119bf595b8a1eec)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/help2man')
-rw-r--r-- | meta/recipes-devtools/help2man/help2man-native_1.47.10.bb (renamed from meta/recipes-devtools/help2man/help2man-native_1.47.6.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/help2man/help2man-native_1.47.6.bb b/meta/recipes-devtools/help2man/help2man-native_1.47.10.bb index 794d308cb7..5feaeea139 100644 --- a/meta/recipes-devtools/help2man/help2man-native_1.47.6.bb +++ b/meta/recipes-devtools/help2man/help2man-native_1.47.10.bb | |||
@@ -5,9 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
5 | DEPENDS = "autoconf-native automake-native" | 5 | DEPENDS = "autoconf-native automake-native" |
6 | 6 | ||
7 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" | 7 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" |
8 | 8 | SRC_URI[md5sum] = "0d70833650a552e0af742882ba84f2ee" | |
9 | SRC_URI[md5sum] = "7424901e6eca8af372d2ad62be5cf659" | 9 | SRC_URI[sha256sum] = "f371cbfd63f879065422b58fa6b81e21870cd791ef6e11d4528608204aa4dcfb" |
10 | SRC_URI[sha256sum] = "d91b0295b72a638e4a564f643e4e6d1928779131f628c00f356c13bf336de46f" | ||
11 | 10 | ||
12 | inherit autotools native | 11 | inherit autotools native |
13 | 12 | ||