This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

13
package/libnpth/Config.in Normal file
View File

@@ -0,0 +1,13 @@
config BR2_PACKAGE_LIBNPTH
bool "libnpth"
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # fork()
help
nPth is a library to provide the GNU Pth API and thus a
non-preemptive threads implementation.
https://www.gnupg.org/related_software/npth/index.html
comment "libnpth needs a toolchain w/ threads support"
depends on !BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU

View File

@@ -0,0 +1,7 @@
# Locally calculated after checking signature
# https://gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2.sig
# using key D8692123C4065DEA5E0F3AB5249B39D24F25E3B6
sha256 1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1 npth-1.6.tar.bz2
# Hash for license file:
sha256 ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed COPYING.LIB

View File

@@ -0,0 +1,14 @@
################################################################################
#
# libnpth
#
################################################################################
LIBNPTH_VERSION = 1.6
LIBNPTH_SOURCE = npth-$(LIBNPTH_VERSION).tar.bz2
LIBNPTH_SITE = https://www.gnupg.org/ftp/gcrypt/npth
LIBNPTH_LICENSE = LGPL-2.0+
LIBNPTH_LICENSE_FILES = COPYING.LIB
LIBNPTH_INSTALL_STAGING = YES
$(eval $(autotools-package))