Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
config BR2_PACKAGE_PHP_SSH2
|
||||
bool "php-ssh2"
|
||||
depends on BR2_PACKAGE_PHP
|
||||
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS \
|
||||
&& !BR2_PACKAGE_OPENSSL # libssh2, libgcrypt
|
||||
select BR2_PACKAGE_LIBSSH2
|
||||
# Triggers the _gp link issue (libssh2)
|
||||
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
|
||||
help
|
||||
PHP bindings for the libssh2 library.
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 600c82d2393acf3642f19914f06a7afea57ee05cb8c10e8a5510b32188b97f99 ssh2-0.12.tgz
|
||||
sha256 3d79a6c9ffed3fd6ec16e834c0cc93cf125d9f5bdbb951b8b76a3507498548d5 php-ssh2-12dd52236c601577a63e33ee71e3ce6dad811e40.tar.gz
|
||||
|
||||
@@ -4,10 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PHP_SSH2_VERSION = 0.12
|
||||
PHP_SSH2_SOURCE = ssh2-$(PHP_SSH2_VERSION).tgz
|
||||
# pecl.php.net returns html with db connect failed
|
||||
PHP_SSH2_SITE = http://sources.buildroot.net
|
||||
PHP_SSH2_VERSION = 12dd52236c601577a63e33ee71e3ce6dad811e40
|
||||
PHP_SSH2_SITE = $(call github,php,pecl-networking-ssh2,$(PHP_SSH2_VERSION))
|
||||
PHP_SSH2_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
|
||||
--with-ssh2=$(STAGING_DIR)/usr
|
||||
# phpize does the autoconf magic
|
||||
|
||||
Reference in New Issue
Block a user