diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-12 17:36:14 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-15 11:02:22 +0100 |
commit | a660f4a0289884f516ed85a75a25c722e31e88c9 (patch) | |
tree | cec9c2e55726a1030c658e0ffcc7bbd0691485c7 /meta-webserver/recipes-php | |
parent | 13338589e5f5adaf0470aa6cb87cde6ba745bd31 (diff) | |
download | meta-openembedded-a660f4a0289884f516ed85a75a25c722e31e88c9.tar.gz |
modphp: make LICENSE more accurate
PHP 5 is distributed under the PHP 3.01 license (which we identify as
PHP-3.0 as far as common license files go).
Fixes the following warning:
WARNING: modphp: No generic license file exists for: PHP in any provider
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-webserver/recipes-php')
-rw-r--r-- | meta-webserver/recipes-php/modphp/modphp5.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-php/modphp/modphp5.inc b/meta-webserver/recipes-php/modphp/modphp5.inc index 2a73e90e9..55e7c925f 100644 --- a/meta-webserver/recipes-php/modphp/modphp5.inc +++ b/meta-webserver/recipes-php/modphp/modphp5.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SECTION = "console/network" | 1 | SECTION = "console/network" |
2 | DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the apache php module." | 2 | DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the apache php module." |
3 | LICENSE = "PHP" | 3 | LICENSE = "PHP-3.0" |
4 | DEPENDS = "apache2-native apache2 zlib" | 4 | DEPENDS = "apache2-native apache2 zlib" |
5 | 5 | ||
6 | SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2 \ | 6 | SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2 \ |