mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
package/php-*: remove php dependency for php modules
php modules can't be selected if the php package is not selected, see [1]. So adding the dependency is not necessary. Also we don't add such dependencies for python modules. [1] https://git.buildroot.net/buildroot/tree/package/Config.in?h=2019.11#n798 Signed-off-by: Romain Naour <romain.naour@smile.fr> Cc: Nicolas Carrier <nicolas.carrier@orolia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
76772cefd8
commit
e6490d1853
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_PHP_AMQP
|
config BR2_PACKAGE_PHP_AMQP
|
||||||
bool "php-amqp"
|
bool "php-amqp"
|
||||||
depends on BR2_PACKAGE_PHP
|
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # rabbitmq-c
|
depends on BR2_TOOLCHAIN_HAS_THREADS # rabbitmq-c
|
||||||
select BR2_PACKAGE_OPENSSL # rabbitmq-c: amqp_ssl_socket.h
|
select BR2_PACKAGE_OPENSSL # rabbitmq-c: amqp_ssl_socket.h
|
||||||
select BR2_PACKAGE_RABBITMQ_C
|
select BR2_PACKAGE_RABBITMQ_C
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_PHP_GEOIP
|
config BR2_PACKAGE_PHP_GEOIP
|
||||||
bool "php-geoip"
|
bool "php-geoip"
|
||||||
depends on BR2_PACKAGE_PHP
|
|
||||||
select BR2_PACKAGE_GEOIP
|
select BR2_PACKAGE_GEOIP
|
||||||
help
|
help
|
||||||
PHP GeoIP-based IP address mapper to geographical places.
|
PHP GeoIP-based IP address mapper to geographical places.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_PHP_GNUPG
|
config BR2_PACKAGE_PHP_GNUPG
|
||||||
bool "php-gnupg"
|
bool "php-gnupg"
|
||||||
depends on BR2_PACKAGE_PHP
|
|
||||||
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # ligpgme
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # ligpgme
|
||||||
depends on BR2_USE_MMU # libassuan
|
depends on BR2_USE_MMU # libassuan
|
||||||
select BR2_PACKAGE_LIBGPGME
|
select BR2_PACKAGE_LIBGPGME
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_PHP_IMAGICK
|
config BR2_PACKAGE_PHP_IMAGICK
|
||||||
bool "php-imagick"
|
bool "php-imagick"
|
||||||
depends on BR2_PACKAGE_PHP
|
|
||||||
depends on BR2_USE_MMU # imagemagick
|
depends on BR2_USE_MMU # imagemagick
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # imagemagick
|
depends on BR2_TOOLCHAIN_HAS_THREADS # imagemagick
|
||||||
select BR2_PACKAGE_IMAGEMAGICK
|
select BR2_PACKAGE_IMAGEMAGICK
|
||||||
@ -11,5 +10,4 @@ config BR2_PACKAGE_PHP_IMAGICK
|
|||||||
|
|
||||||
comment "php-imagemagick needs a toolchain w/ threads"
|
comment "php-imagemagick needs a toolchain w/ threads"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on BR2_PACKAGE_PHP
|
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_PHP_SSH2
|
config BR2_PACKAGE_PHP_SSH2
|
||||||
bool "php-ssh2"
|
bool "php-ssh2"
|
||||||
depends on BR2_PACKAGE_PHP
|
|
||||||
select BR2_PACKAGE_LIBSSH2
|
select BR2_PACKAGE_LIBSSH2
|
||||||
help
|
help
|
||||||
PHP bindings for the libssh2 library.
|
PHP bindings for the libssh2 library.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_PHP_YAML
|
config BR2_PACKAGE_PHP_YAML
|
||||||
bool "php-yaml"
|
bool "php-yaml"
|
||||||
depends on BR2_PACKAGE_PHP
|
|
||||||
select BR2_PACKAGE_LIBYAML
|
select BR2_PACKAGE_LIBYAML
|
||||||
help
|
help
|
||||||
PHP YAML-1.1 parser and emitter.
|
PHP YAML-1.1 parser and emitter.
|
||||||
|
@ -3,7 +3,6 @@ comment "php-zmq needs a toolchain w/ C++, threads"
|
|||||||
|
|
||||||
config BR2_PACKAGE_PHP_ZMQ
|
config BR2_PACKAGE_PHP_ZMQ
|
||||||
bool "php-zmq"
|
bool "php-zmq"
|
||||||
depends on BR2_PACKAGE_PHP
|
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_ZEROMQ
|
select BR2_PACKAGE_ZEROMQ
|
||||||
|
Loading…
x
Reference in New Issue
Block a user