[oe-commits] Jeremy Lainé : postgresql-8.2.4: fix SRC_URI and checksums.ini

GIT User account git at amethyst.openembedded.net
Mon Apr 6 13:44:12 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b3d66c0976e383ec689b2a4893fdfa69ac255f55
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b3d66c0976e383ec689b2a4893fdfa69ac255f55

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Mon Apr  6 13:40:57 2009 +0000

postgresql-8.2.4: fix SRC_URI and checksums.ini

---

 conf/checksums.ini                     |    6 +++---
 recipes/postgresql/postgresql_8.2.4.bb |    3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 8a7fc45..6ded5a9 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -18658,9 +18658,9 @@ sha256=ac7e7d311b07abd27b084041bcc943398df303bc86601f281891537bdf1a4e0b
 md5=b05e1d7f0cac9cc4e096aa21409dee55
 sha256=91f75eb29c07271fcbfa2082c8300690efe4a72f2fbf35dace98108b0c6f7ba3
 
-[ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v8.1.8/postgresql-8.1.8.tar.bz2]
-md5=b05e1d7f0cac9cc4e096aa21409dee55
-sha256=91f75eb29c07271fcbfa2082c8300690efe4a72f2fbf35dace98108b0c6f7ba3
+[ftp://ftp-archives.postgresql.org/pub/source/v8.2.4/postgresql-8.2.4.tar.bz2]
+md5=af7ec100a33c41bfb8d87b5e0ec2f44a
+sha256=8ff6afab743e894c0d96e668dcf9b3d3c1044719d6def45ef7390c64b54ed268
 
 [http://www.povray.org/redirect/www.povray.org/ftp/pub/povray/Official/Unix/povray-3.6.1.tar.bz2]
 md5=b5789bb7eeaed0809c5c82d0efda571d
diff --git a/recipes/postgresql/postgresql_8.2.4.bb b/recipes/postgresql/postgresql_8.2.4.bb
index 7e2c370..b4e4033 100644
--- a/recipes/postgresql/postgresql_8.2.4.bb
+++ b/recipes/postgresql/postgresql_8.2.4.bb
@@ -3,5 +3,4 @@ require postgresql.inc
 PR = "r4"
 DEFAULT_PREFERENCE = "-1"
 
-SRC_URI = "http://ftp.de.postgresql.org/mirror/postgresql/source/v${PV}/${P}.tar.bz2 \
-           file://no-ecpg-test.patch;patch=1"
+SRC_URI += "file://no-ecpg-test.patch;patch=1"





More information about the Openembedded-commits mailing list