update buildroot to 2017.02.11
This commit is contained in:
6
bsp/buildroot-2017.02.11/package/libsodium/Config.in
Normal file
6
bsp/buildroot-2017.02.11/package/libsodium/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LIBSODIUM
|
||||
bool "libsodium"
|
||||
help
|
||||
A modern and easy-to-use crypto library.
|
||||
|
||||
http://libsodium.org/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 a14549db3c49f6ae2170cbbf4664bd48ace50681045e8dbea7c8d9fb96f9c765 libsodium-1.0.11.tar.gz
|
||||
18
bsp/buildroot-2017.02.11/package/libsodium/libsodium.mk
Normal file
18
bsp/buildroot-2017.02.11/package/libsodium/libsodium.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# libsodium
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBSODIUM_VERSION = 1.0.11
|
||||
LIBSODIUM_SITE = https://download.libsodium.org/libsodium/releases
|
||||
LIBSODIUM_LICENSE = ISC
|
||||
LIBSODIUM_LICENSE_FILES = LICENSE
|
||||
LIBSODIUM_INSTALL_STAGING = YES
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_SUPPORTS_PIE),)
|
||||
LIBSODIUM_CONF_OPTS += --disable-pie
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user