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:59 +0100 |
commit | 38feebf501f683921e51e3f2888baa81cf6ee690 (patch) | |
tree | c9d9d99853d7b993a77b959dbca36cb1536b8a3e /meta/recipes-support/npth | |
parent | e54754a9ac4effe83052ab595966172cf304ad9f (diff) | |
download | poky-38feebf501f683921e51e3f2888baa81cf6ee690.tar.gz |
npth:1.5 -> 1.6
Upgrade npth from 1.5 to 1.6
(From OE-Core rev: df6a8760657b8aa256258046bad6b3be7df70650)
Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/npth')
-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 \ | |||
10 | file://pkgconfig.patch \ | 10 | file://pkgconfig.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[md5sum] = "9ba2dc4302d2f32c66737c43ed191b1b" | 13 | SRC_URI[md5sum] = "375d1a15ad969f32d25f1a7630929854" |
14 | SRC_URI[sha256sum] = "294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2" | 14 | SRC_URI[sha256sum] = "1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1" |
15 | 15 | ||
16 | BINCONFIG = "${bindir}/npth-config" | 16 | BINCONFIG = "${bindir}/npth-config" |
17 | 17 | ||