Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -3,12 +3,11 @@ config BR2_PACKAGE_RPCBIND
|
||||
# We really need libtirpc and can't work with the native RPC
|
||||
# implementation of toolchains.
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_LIBTIRPC
|
||||
# fork()
|
||||
depends on BR2_USE_MMU
|
||||
help
|
||||
The rpcbind utility is a server that converts RPC program numbers
|
||||
into universal addresses.
|
||||
The rpcbind utility is a server that converts RPC program
|
||||
numbers into universal addresses.
|
||||
|
||||
comment "rpcbind needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
RPCBIND_VERSION = 0.2.3
|
||||
RPCBIND_SITE = http://downloads.sourceforge.net/project/rpcbind/rpcbind/$(RPCBIND_VERSION)
|
||||
RPCBIND_SOURCE = rpcbind-$(RPCBIND_VERSION).tar.bz2
|
||||
RPCBIND_LICENSE = BSD-3c
|
||||
RPCBIND_LICENSE = BSD-3-Clause
|
||||
RPCBIND_LICENSE_FILES = COPYING
|
||||
|
||||
RPCBIND_CONF_ENV += \
|
||||
@@ -36,5 +36,4 @@ define RPCBIND_INSTALL_INIT_SYSV
|
||||
$(TARGET_DIR)/etc/init.d/S30rpcbind
|
||||
endef
|
||||
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user