mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SECTION = "console/network"
|
||||
DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the apache php module."
|
||||
LICENSE = "PHP"
|
||||
LICENSE = "PHP-3.0"
|
||||
DEPENDS = "apache2-native apache2 zlib"
|
||||
|
||||
SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2 \
|
||||
|
||||
Reference in New Issue
Block a user