php-ssh2: add version to license string
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Sun, 2 Apr 2017 18:43:06 +0000 (00:13 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Apr 2017 12:49:32 +0000 (14:49 +0200)
LICENSE file refers to PHP license version 3.01

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/php-ssh2/php-ssh2.mk

index 2b616321e4ee3d16ce146831f95fa05c2e26c9fd..931cde91c8a5cb8d53c7d9a7b9f1f407c5802976 100644 (file)
@@ -10,7 +10,7 @@ PHP_SSH2_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
        --with-ssh2=$(STAGING_DIR)/usr
 # phpize does the autoconf magic
 PHP_SSH2_DEPENDENCIES = libssh2 php host-autoconf
-PHP_SSH2_LICENSE = PHP
+PHP_SSH2_LICENSE = PHP-3.01
 PHP_SSH2_LICENSE_FILES = LICENSE
 
 define PHP_SSH2_PHPIZE