summaryrefslogtreecommitdiffstats
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-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 87eb4b16a..03b7b40b3 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -1,13 +1,13 @@
1DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the CGI." 1DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the CGI."
2HOMEPAGE = "http://www.php.net" 2HOMEPAGE = "http://www.php.net"
3SECTION = "console/network" 3SECTION = "console/network"
4LICENSE = "PHP" 4LICENSE = "PHP-3.0"
5BBCLASSEXTEND = "native" 5BBCLASSEXTEND = "native"
6DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native mysql5 \ 6DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native mysql5 \
7 libc-client openssl" 7 libc-client openssl"
8DEPENDS_virtclass-native = "zlib-native libxml2-native" 8DEPENDS_virtclass-native = "zlib-native libxml2-native"
9 9
10INC_PR = "r2" 10INC_PR = "r0"
11 11
12SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2" 12SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2"
13 13