php4: fix unfetchable SRC_URI and update checksums.ini accordingly.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 31 Jan 2008 12:34:25 +0000 (12:34 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 31 Jan 2008 12:34:25 +0000 (12:34 +0000)
* Some clean-up.
* do_patch still fails.  needs more work (or dropping).

conf/checksums.ini
packages/php/php.inc
packages/php/php_4.4.4.bb

index 821a3a1..36b7a8f 100644 (file)
@@ -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
 
index 6e2c265..33219d8 100644 (file)
@@ -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
 
index c15a9ee..356b45d 100644 (file)
@@ -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"
+