Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -2,6 +2,7 @@ config BR2_PACKAGE_PHP_AMQP
|
||||
bool "php-amqp"
|
||||
depends on BR2_PACKAGE_PHP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # rabbitmq-c
|
||||
select BR2_PACKAGE_OPENSSL # rabbitmq-c: amqp_ssl_socket.h
|
||||
select BR2_PACKAGE_RABBITMQ_C
|
||||
help
|
||||
Communicate with any AMQP compliant server.
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 38a92eaef1aa863404170bcd15605f7f78140eeec1ff5be6af65c5b8081e2599 amqp-1.7.1.tgz
|
||||
sha256 f45831d498b8fa47a151c31f6abdc0530aa6eabda6e2e10514aca3bdc76a5098 amqp-1.9.0.tgz
|
||||
|
||||
@@ -4,20 +4,20 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PHP_AMQP_VERSION = 1.7.1
|
||||
PHP_AMQP_VERSION = 1.9.0
|
||||
PHP_AMQP_SOURCE = amqp-$(PHP_AMQP_VERSION).tgz
|
||||
PHP_AMQP_SITE = https://pecl.php.net/get
|
||||
PHP_AMQP_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
|
||||
--with-amqp=$(STAGING_DIR)/usr
|
||||
# phpize does the autoconf magic
|
||||
PHP_AMQP_DEPENDENCIES = rabbitmq-c php host-autoconf
|
||||
PHP_AMQP_LICENSE = PHP
|
||||
PHP_AMQP_LICENSE = PHP-3.01
|
||||
PHP_AMQP_LICENSE_FILES = LICENSE
|
||||
|
||||
define PHP_AMQP_PHPIZE
|
||||
(cd $(@D); \
|
||||
PHP_AUTOCONF=$(HOST_DIR)/usr/bin/autoconf \
|
||||
PHP_AUTOHEADER=$(HOST_DIR)/usr/bin/autoheader \
|
||||
PHP_AUTOCONF=$(HOST_DIR)/bin/autoconf \
|
||||
PHP_AUTOHEADER=$(HOST_DIR)/bin/autoheader \
|
||||
$(STAGING_DIR)/usr/bin/phpize)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user