diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-11-06 16:19:39 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-09 10:17:03 +0000 |
commit | a0fa4bf358cfb25e11e62552d0aa2033fedda7c3 (patch) | |
tree | 5fadbbc1f7b6a82ceaaf2d9e0a7e90751a7e7569 /meta/recipes-devtools/help2man | |
parent | bcf7691bb6be86b88c7f6d08d35c229b3f30a9f6 (diff) | |
download | openembedded-core-a0fa4bf358cfb25e11e62552d0aa2033fedda7c3.tar.gz openembedded-core-a0fa4bf358cfb25e11e62552d0aa2033fedda7c3.tar.bz2 openembedded-core-a0fa4bf358cfb25e11e62552d0aa2033fedda7c3.zip |
help2man: Upgrade to 1.46.4
Signed-off-by: Saul Wold <sgw@linux.intel.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.46.4.bb (renamed from meta/recipes-devtools/help2man/help2man-native_1.46.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/help2man/help2man-native_1.46.1.bb b/meta/recipes-devtools/help2man/help2man-native_1.46.4.bb index a51c81f99c..5b90da9afa 100644 --- a/meta/recipes-devtools/help2man/help2man-native_1.46.1.bb +++ b/meta/recipes-devtools/help2man/help2man-native_1.46.4.bb @@ -6,8 +6,8 @@ DEPENDS = "autoconf-native automake-native" SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[md5sum] = "63b8f14a81ce28ba119d588d00c63f43" -SRC_URI[sha256sum] = "3dfd02a026149aad06887c1cb6062471779c100e00aecb79b8f9d01cf1581c47" +SRC_URI[md5sum] = "a1b7fe49eddae8a2537ed74ee9ef11cb" +SRC_URI[sha256sum] = "1ae7f15f53b0cc55b070ae49df2ee5caa942c71529054e157599427bba3c5633" inherit autotools native |