summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/npth/npth_1.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/npth/npth_1.8.bb')
-rw-r--r--meta/recipes-support/npth/npth_1.8.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-support/npth/npth_1.8.bb b/meta/recipes-support/npth/npth_1.8.bb
new file mode 100644
index 0000000000..a354af2a7c
--- /dev/null
+++ b/meta/recipes-support/npth/npth_1.8.bb
@@ -0,0 +1,19 @@
1SUMMARY = "New GNU Portable Threads library"
2DESCRIPTION = "nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. "
3HOMEPAGE = "https://gnupg.org/software/npth/"
4SECTION = "libs"
5LICENSE = "LGPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2caced0b25dfefd4c601d92bd15116de"
7UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
8
9SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2"
10
11SRC_URI[sha256sum] = "8bd24b4f23a3065d6e5b26e98aba9ce783ea4fd781069c1b35d149694e90ca3e"
12
13inherit autotools multilib_header
14
15do_install:append() {
16 oe_multilib_header npth.h
17}
18
19BBCLASSEXTEND = "native nativesdk"