This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_MUSL_FTS
bool "musl-fts"
depends on !BR2_TOOLCHAIN_USES_GLIBC
help
The musl-fts package implements the fts(3) functions
fts_open, fts_read, fts_children, fts_set and fts_close,
which are missing in musl and uClibc-ng C libraries.
https://github.com/void-linux/musl-fts

View File

@@ -0,0 +1,3 @@
# Locally calculated
sha256 49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6 musl-fts-1.2.7.tar.gz
sha256 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046 COPYING

View File

@@ -0,0 +1,16 @@
################################################################################
#
# musl-fts
#
################################################################################
MUSL_FTS_VERSION = 1.2.7
MUSL_FTS_SITE = $(call github,void-linux,musl-fts,v$(MUSL_FTS_VERSION))
MUSL_FTS_AUTORECONF = YES
MUSL_FTS_LICENSE = BSD-3-Clause
MUSL_FTS_LICENSE_FILES = COPYING
# pkg-config needed for autoreconf
MUSL_FTS_DEPENDENCIES = host-pkgconf
MUSL_FTS_INSTALL_STAGING = YES
$(eval $(autotools-package))