summaryrefslogtreecommitdiff
path: root/packages/php/php.inc
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-31 13:18:33 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-31 13:18:33 +0000
commit3a2ff6c671cec5287418f20398f111097f95dd9b (patch)
tree24990508bf0a9db4b7cf0e9ee9cb1d30b8eae7bc /packages/php/php.inc
parentd567423ad0029843daa5004cdd91304cacdb4491 (diff)
php: unify
Diffstat (limited to 'packages/php/php.inc')
-rw-r--r--packages/php/php.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/php/php.inc b/packages/php/php.inc
index 33219d86c9..321034bee7 100644
--- a/packages/php/php.inc
+++ b/packages/php/php.inc
@@ -2,9 +2,11 @@ DESCRIPTION = "A server-side, HTML-embedded scripting language. This package pro
HOMEPAGE = "http://www.php.net"
SECTION = "console/network"
LICENSE = "PHP"
-SRC_URI = "http://de3.php.net/distributions/php-${PV}.tar.bz2 \
- file://${FILESDIR}/autotools.patch;patch=1 \
- file://${FILESDIR}/pear.patch;patch=1"
+DEPENDS = "zlib libxml2 mysql virtual/libiconv php-native"
+
+SRC_URI = "http://us2.php.net/distributions/php-${PV}.tar.bz2\
+ file://autotools.patch;patch=1 \
+ file://acinclude-xml2-config.patch;patch=1"
inherit autotools