From patchwork Fri Oct 12 17:17:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-webserver,2/2] modphp: make LICENSE more accurate Date: Fri, 12 Oct 2012 17:17:56 -0000 From: Paul Eggleton X-Patchwork-Id: 38123 Message-Id: <2c42284c1d36415b86f8b65482aaa4113d0f92ee.1350062247.git.paul.eggleton@linux.intel.com> To: openembedded-devel@lists.openembedded.org 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 --- meta-webserver/recipes-php/modphp/modphp5.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \