diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-04-03 00:13:06 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-03 14:49:32 +0200 |
commit | 2ea5a1489822652634ae3e6db7977372bbe8b9d2 (patch) | |
tree | 93527d8c01edf7dbdf7d28ae3ab12910db90d24a /package/php-ssh2/php-ssh2.mk | |
parent | 59ee35a5fbaaa993475279da116bd16a31576fbd (diff) | |
download | buildroot-2ea5a1489822652634ae3e6db7977372bbe8b9d2.tar.gz buildroot-2ea5a1489822652634ae3e6db7977372bbe8b9d2.zip |
php-ssh2: add version to license string
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>
Diffstat (limited to 'package/php-ssh2/php-ssh2.mk')
-rw-r--r-- | package/php-ssh2/php-ssh2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php-ssh2/php-ssh2.mk b/package/php-ssh2/php-ssh2.mk index 2b616321e4..931cde91c8 100644 --- a/package/php-ssh2/php-ssh2.mk +++ b/package/php-ssh2/php-ssh2.mk @@ -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 |