summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/npth/npth_1.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/npth/npth_1.3.bb')
-rw-r--r--meta/recipes-support/npth/npth_1.3.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-support/npth/npth_1.3.bb b/meta/recipes-support/npth/npth_1.3.bb
new file mode 100644
index 0000000000..d4fc064bf2
--- /dev/null
+++ b/meta/recipes-support/npth/npth_1.3.bb
@@ -0,0 +1,22 @@
1SUMMARY = "New GNU Portable Threads library"
2HOMEPAGE = "http://www.gnupg.org/software/pth/"
3SECTION = "libs"
4LICENSE = "LGPLv3+ & GPLv2+"
5LIC_FILES_CHKSUM = "\
6 file://COPYING;md5=751419260aa954499f7abaabaa882bbe\
7 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6\
8 "
9UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
10SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \
11 file://pkgconfig.patch \
12 "
13
14SRC_URI[md5sum] = "efe1524c53670b5755dc27893d2d68a0"
15SRC_URI[sha256sum] = "bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a"
16
17BINCONFIG = "${bindir}/npth-config"
18
19inherit autotools binconfig-disabled
20
21FILES_${PN} = "${libdir}/libnpth.so.*"
22FILES_${PN}-dev += "${bindir}/npth-config"