summaryrefslogtreecommitdiff
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
parente5228389378de2f9973d14c2f1ed230a62bcc9d5 (diff)
php4: fix unfetchable SRC_URI and update checksums.ini accordingly.
* Some clean-up. * do_patch still fails. needs more work (or dropping).
-rw-r--r--conf/checksums.ini2
-rw-r--r--packages/php/php.inc4
-rw-r--r--packages/php/php_4.4.4.bb5
3 files changed, 8 insertions, 3 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 821a3a1ce5..36b7a8f4bf 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -8890,7 +8890,7 @@ sha256=6eb45f17b50d864157dac2028ee5d45f4f54548825f5a732e1a430d5aa2dd889
md5=195b684e025ff5c15617d6f757cf631f
sha256=e14546d11e899e7e9f06ca58979fee14b273d53c637eb268d7c6fe3bf78d564d
-[http://de3.php.net/distributions/php-4.4.4.tar.bz2]
+[http://museum.php.net/php4/php-4.4.4.tar.bz2]
md5=bc6fa8908e2ac36e93bab9f7d42cda3a
sha256=9f0742fce014a255f8453c1264afee5de289a9e9dcd57c448c77b46978f6a76b
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"
+