summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/npth
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-06-16 14:58:02 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-28 15:52:18 +0100
commit702c8107a4cdad29ffa51af49a8f78d93ec56508 (patch)
tree52442a3a61875f292c4f7d284782173dcede0756 /meta/recipes-support/npth
parenta64f49ba80fc4228f7f7dd3d43bad56a34b8922c (diff)
downloadpoky-702c8107a4cdad29ffa51af49a8f78d93ec56508.tar.gz
npth: update to 1.5
Licensing has changed to LGPLv2+. (From OE-Core rev: 939a485528e37f1e17fb891c670d35a1247a8bc7) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.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.5.bb (renamed from meta/recipes-support/npth/npth_1.3.bb)9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-support/npth/npth_1.3.bb b/meta/recipes-support/npth/npth_1.5.bb
index d4fc064bf2..54de70c5c0 100644
--- a/meta/recipes-support/npth/npth_1.3.bb
+++ b/meta/recipes-support/npth/npth_1.5.bb
@@ -1,18 +1,17 @@
1SUMMARY = "New GNU Portable Threads library" 1SUMMARY = "New GNU Portable Threads library"
2HOMEPAGE = "http://www.gnupg.org/software/pth/" 2HOMEPAGE = "http://www.gnupg.org/software/pth/"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "LGPLv3+ & GPLv2+" 4LICENSE = "LGPLv2+"
5LIC_FILES_CHKSUM = "\ 5LIC_FILES_CHKSUM = "\
6 file://COPYING;md5=751419260aa954499f7abaabaa882bbe\ 6 file://COPYING.LIB;md5=2caced0b25dfefd4c601d92bd15116de\
7 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6\
8 " 7 "
9UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" 8UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
10SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \ 9SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \
11 file://pkgconfig.patch \ 10 file://pkgconfig.patch \
12 " 11 "
13 12
14SRC_URI[md5sum] = "efe1524c53670b5755dc27893d2d68a0" 13SRC_URI[md5sum] = "9ba2dc4302d2f32c66737c43ed191b1b"
15SRC_URI[sha256sum] = "bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a" 14SRC_URI[sha256sum] = "294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2"
16 15
17BINCONFIG = "${bindir}/npth-config" 16BINCONFIG = "${bindir}/npth-config"
18 17