mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
13
package/libnpth/Config.in
Normal file
13
package/libnpth/Config.in
Normal 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
|
||||
7
package/libnpth/libnpth.hash
Normal file
7
package/libnpth/libnpth.hash
Normal 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
|
||||
14
package/libnpth/libnpth.mk
Normal file
14
package/libnpth/libnpth.mk
Normal 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))
|
||||
Reference in New Issue
Block a user