diff options
author | Hong Liu <hongl.fnst@cn.fujitsu.com> | 2018-08-07 17:31:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-08 10:51:28 +0100 |
commit | df6a8760657b8aa256258046bad6b3be7df70650 (patch) | |
tree | de7bd8d71394d21bcac968b7f63ed1f20305aae4 | |
parent | be20eb4f4ad77d9444028ca9632b74d5866d96b8 (diff) | |
download | openembedded-core-df6a8760657b8aa256258046bad6b3be7df70650.tar.gz openembedded-core-df6a8760657b8aa256258046bad6b3be7df70650.tar.bz2 openembedded-core-df6a8760657b8aa256258046bad6b3be7df70650.zip |
npth:1.5 -> 1.6
Upgrade npth from 1.5 to 1.6
Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/npth/npth_1.6.bb (renamed from meta/recipes-support/npth/npth_1.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/npth/npth_1.5.bb b/meta/recipes-support/npth/npth_1.6.bb index 8f42a1a2f9..8310efb106 100644 --- a/meta/recipes-support/npth/npth_1.5.bb +++ b/meta/recipes-support/npth/npth_1.6.bb @@ -10,8 +10,8 @@ SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \ file://pkgconfig.patch \ " -SRC_URI[md5sum] = "9ba2dc4302d2f32c66737c43ed191b1b" -SRC_URI[sha256sum] = "294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2" +SRC_URI[md5sum] = "375d1a15ad969f32d25f1a7630929854" +SRC_URI[sha256sum] = "1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1" BINCONFIG = "${bindir}/npth-config" |