[oe-commits] Paul Eggleton : modphp: make LICENSE more accurate

git at git.openembedded.org git at git.openembedded.org
Mon Oct 15 10:13:34 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: a660f4a0289884f516ed85a75a25c722e31e88c9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a660f4a0289884f516ed85a75a25c722e31e88c9

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri Oct 12 17:36:14 2012 +0100

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 at linux.intel.com>

---

 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 2a73e90..55e7c92 100644
--- a/meta-webserver/recipes-php/modphp/modphp5.inc
+++ b/meta-webserver/recipes-php/modphp/modphp5.inc
@@ -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 \





More information about the Openembedded-commits mailing list