diff options
author | Eric BENARD <eric@eukrea.com> | 2012-11-27 16:16:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-04 10:43:08 +0100 |
commit | f8a7fc5574dc039078a064742c9f9d2b9a759489 (patch) | |
tree | ac52e7f8fa821965b0202301d075a412b2f5358a /meta-oe/recipes-devtools/php/php.inc | |
parent | 07e9ca6888c728c4c9d3d3631b901c603d247beb (diff) | |
download | meta-openembedded-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.inc | 4 |
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 87eb4b16a..03b7b40b3 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc | |||
@@ -1,13 +1,13 @@ | |||
1 | DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the CGI." | 1 | DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the CGI." |
2 | HOMEPAGE = "http://www.php.net" | 2 | HOMEPAGE = "http://www.php.net" |
3 | SECTION = "console/network" | 3 | SECTION = "console/network" |
4 | LICENSE = "PHP" | 4 | LICENSE = "PHP-3.0" |
5 | BBCLASSEXTEND = "native" | 5 | BBCLASSEXTEND = "native" |
6 | DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native mysql5 \ | 6 | DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native mysql5 \ |
7 | libc-client openssl" | 7 | libc-client openssl" |
8 | DEPENDS_virtclass-native = "zlib-native libxml2-native" | 8 | DEPENDS_virtclass-native = "zlib-native libxml2-native" |
9 | 9 | ||
10 | INC_PR = "r2" | 10 | INC_PR = "r0" |
11 | 11 | ||
12 | SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2" | 12 | SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2" |
13 | 13 | ||