From c785b1b2c4dc51f24f72a82b1d36a8180c220d90 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Sat, 21 Nov 2015 17:36:16 +0100 Subject: toolchain-external: CodeSourcery NIOSII: support only one version See the conclusion about external toolchains during the Buildroot meeting [1]: "In the future, we stick to a single external toolchain version. The Kconfig symbol should not encode the version (avoid legacy handling)" [1] http://elinux.org/index.php?title=Buildroot:DeveloperDaysELCE2015#Report Signed-off-by: Romain Naour Reviewed-by: Vicente Olivert Riera Tested-by: Vicente Olivert Riera Signed-off-by: Thomas Petazzoni --- package/php-ssh2/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/php-ssh2') diff --git a/package/php-ssh2/Config.in b/package/php-ssh2/Config.in index bc31e1ddbd..9b8a3f82ab 100644 --- a/package/php-ssh2/Config.in +++ b/package/php-ssh2/Config.in @@ -3,8 +3,7 @@ config BR2_PACKAGE_PHP_SSH2 depends on BR2_PACKAGE_PHP select BR2_PACKAGE_LIBSSH2 # Triggers the _gp link issue (libssh2) - depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305 - depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 + depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII help PHP bindings for the libssh2 library. -- cgit v1.2.3