diff options
Diffstat (limited to 'meta/recipes-support/npth/npth_1.8.bb')
-rw-r--r-- | meta/recipes-support/npth/npth_1.8.bb | 19 |
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 @@ | |||
1 | SUMMARY = "New GNU Portable Threads library" | ||
2 | DESCRIPTION = "nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. " | ||
3 | HOMEPAGE = "https://gnupg.org/software/npth/" | ||
4 | SECTION = "libs" | ||
5 | LICENSE = "LGPL-2.0-or-later" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2caced0b25dfefd4c601d92bd15116de" | ||
7 | UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" | ||
8 | |||
9 | SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2" | ||
10 | |||
11 | SRC_URI[sha256sum] = "8bd24b4f23a3065d6e5b26e98aba9ce783ea4fd781069c1b35d149694e90ca3e" | ||
12 | |||
13 | inherit autotools multilib_header | ||
14 | |||
15 | do_install:append() { | ||
16 | oe_multilib_header npth.h | ||
17 | } | ||
18 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||