update buildroot to 2017.02.11
This commit is contained in:
11
bsp/buildroot-2017.02.11/package/libnfs/Config.in
Normal file
11
bsp/buildroot-2017.02.11/package/libnfs/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_LIBNFS
|
||||
bool "libnfs"
|
||||
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
|
||||
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||
help
|
||||
nfs userspace implementation.
|
||||
|
||||
http://github.com/sahlberg/libnfs
|
||||
|
||||
comment "libnfs needs a toolchain w/ threads"
|
||||
depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
|
||||
2
bsp/buildroot-2017.02.11/package/libnfs/libnfs.hash
Normal file
2
bsp/buildroot-2017.02.11/package/libnfs/libnfs.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 7f6c62a05c7e0f0749f2b13f178a4ed7aaf17bd09e65a10bb147bfe9807da272 libnfs-libnfs-1.10.0.tar.gz
|
||||
20
bsp/buildroot-2017.02.11/package/libnfs/libnfs.mk
Normal file
20
bsp/buildroot-2017.02.11/package/libnfs/libnfs.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# libnfs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBNFS_VERSION = libnfs-1.10.0
|
||||
LIBNFS_SITE = $(call github,sahlberg,libnfs,$(LIBNFS_VERSION))
|
||||
LIBNFS_INSTALL_STAGING = YES
|
||||
LIBNFS_AUTORECONF = YES
|
||||
LIBNFS_MAKE = $(MAKE1)
|
||||
LIBNFS_LICENSE = LGPLv2.1+
|
||||
LIBNFS_LICENSE_FILES = LICENCE-LGPL-2.1.txt
|
||||
LIBNFS_DEPENDENCIES = host-pkgconf
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBTIRPC),y)
|
||||
LIBNFS_DEPENDENCIES += libtirpc
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user