aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php/php.inc
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2012-11-27 16:16:41 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-12-04 10:43:08 +0100
commitf8a7fc5574dc039078a064742c9f9d2b9a759489 (patch)
treeac52e7f8fa821965b0202301d075a412b2f5358a /meta-oe/recipes-devtools/php/php.inc
parent07e9ca6888c728c4c9d3d3631b901c603d247beb (diff)
downloadmeta-openembedded-contrib-f8a7fc5574dc039078a064742c9f9d2b9a759489.tar.gz
php: upgrade to 5.3.19
Signed-off-by: Eric BĂ©nard <eric@eukrea.com> Acked-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/php/php.inc')
-rw-r--r--meta-oe/recipes-devtools/php/php.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 87eb4b16a6..03b7b40b36 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -1,13 +1,13 @@
DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the CGI."
HOMEPAGE = "http://www.php.net"
SECTION = "console/network"
-LICENSE = "PHP"
+LICENSE = "PHP-3.0"
BBCLASSEXTEND = "native"
DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native mysql5 \
libc-client openssl"
DEPENDS_virtclass-native = "zlib-native libxml2-native"
-INC_PR = "r2"
+INC_PR = "r0"
SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2"