summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/npth/npth_1.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/npth/npth_1.6.bb')
-rw-r--r--meta/recipes-support/npth/npth_1.6.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-support/npth/npth_1.6.bb b/meta/recipes-support/npth/npth_1.6.bb
deleted file mode 100644
index 88484acec3..0000000000
--- a/meta/recipes-support/npth/npth_1.6.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1SUMMARY = "New GNU Portable Threads library"
2HOMEPAGE = "https://www.gnu.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] = "375d1a15ad969f32d25f1a7630929854"
14SRC_URI[sha256sum] = "1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1"
15
16BINCONFIG = "${bindir}/npth-config"
17
18inherit autotools binconfig-disabled multilib_header
19
20FILES_${PN} = "${libdir}/libnpth.so.*"
21FILES_${PN}-dev += "${bindir}/npth-config"
22
23do_install_append() {
24 oe_multilib_header npth.h
25}
26
27BBCLASSEXTEND = "native nativesdk"