mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
9
package/musl-fts/Config.in
Normal file
9
package/musl-fts/Config.in
Normal 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
|
||||
3
package/musl-fts/musl-fts.hash
Normal file
3
package/musl-fts/musl-fts.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6 musl-fts-1.2.7.tar.gz
|
||||
sha256 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046 COPYING
|
||||
16
package/musl-fts/musl-fts.mk
Normal file
16
package/musl-fts/musl-fts.mk
Normal 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))
|
||||
Reference in New Issue
Block a user