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