summaryrefslogtreecommitdiff
path: root/packages/php
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-31 12:34:25 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-31 12:34:25 +0000
commitd567423ad0029843daa5004cdd91304cacdb4491 (patch)
tree86e7f6834168eeaf9319c30dcbc42fde28deb96e /packages/php
parente5228389378de2f9973d14c2f1ed230a62bcc9d5 (diff)
php4: fix unfetchable SRC_URI and update checksums.ini accordingly.
* Some clean-up. * do_patch still fails. needs more work (or dropping).
Diffstat (limited to 'packages/php')
-rw-r--r--packages/php/php.inc4
-rw-r--r--packages/php/php_4.4.4.bb5
2 files changed, 7 insertions, 2 deletions
diff --git a/packages/php/php.inc b/packages/php/php.inc
index 6e2c26585a..33219d86c9 100644
--- a/packages/php/php.inc
+++ b/packages/php/php.inc
@@ -1,10 +1,10 @@
-SECTION = "console/network"
DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the CGI."
+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"
-S = "${WORKDIR}/php-${PV}"
inherit autotools
diff --git a/packages/php/php_4.4.4.bb b/packages/php/php_4.4.4.bb
index c15a9ee486..356b45d4cd 100644
--- a/packages/php/php_4.4.4.bb
+++ b/packages/php/php_4.4.4.bb
@@ -1 +1,6 @@
require php.inc
+
+SRC_URI = "http://museum.php.net/php4/php-${PV}.tar.bz2 \
+ file://${FILESDIR}/autotools.patch;patch=1 \
+ file://${FILESDIR}/pear.patch;patch=1"
+