aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/postgresql
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-10 11:21:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:07:27 +0200
commit44985d56bc556786812a0a02d6219afd31a7381d (patch)
tree9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/postgresql
parenta8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff)
downloadopenembedded-44985d56bc556786812a0a02d6219afd31a7381d.tar.gz
recipes: move checksums to recipes from checksums.ini
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/postgresql')
-rw-r--r--recipes/postgresql/postgresql_8.1.4.bb3
-rw-r--r--recipes/postgresql/postgresql_8.1.8.bb3
-rw-r--r--recipes/postgresql/postgresql_8.2.4.bb3
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/postgresql/postgresql_8.1.4.bb b/recipes/postgresql/postgresql_8.1.4.bb
index 42ba3770ad..1a83b4127f 100644
--- a/recipes/postgresql/postgresql_8.1.4.bb
+++ b/recipes/postgresql/postgresql_8.1.4.bb
@@ -1,3 +1,6 @@
require postgresql.inc
PR = "r4"
+
+SRC_URI[md5sum] = "a65bdc5d833169d28bf6fbaaa8d57fcf"
+SRC_URI[sha256sum] = "ac7e7d311b07abd27b084041bcc943398df303bc86601f281891537bdf1a4e0b"
diff --git a/recipes/postgresql/postgresql_8.1.8.bb b/recipes/postgresql/postgresql_8.1.8.bb
index 42ba3770ad..d54fe8cd57 100644
--- a/recipes/postgresql/postgresql_8.1.8.bb
+++ b/recipes/postgresql/postgresql_8.1.8.bb
@@ -1,3 +1,6 @@
require postgresql.inc
PR = "r4"
+
+SRC_URI[md5sum] = "b05e1d7f0cac9cc4e096aa21409dee55"
+SRC_URI[sha256sum] = "91f75eb29c07271fcbfa2082c8300690efe4a72f2fbf35dace98108b0c6f7ba3"
diff --git a/recipes/postgresql/postgresql_8.2.4.bb b/recipes/postgresql/postgresql_8.2.4.bb
index b4e4033ed8..4b12ccf3cc 100644
--- a/recipes/postgresql/postgresql_8.2.4.bb
+++ b/recipes/postgresql/postgresql_8.2.4.bb
@@ -4,3 +4,6 @@ PR = "r4"
DEFAULT_PREFERENCE = "-1"
SRC_URI += "file://no-ecpg-test.patch;patch=1"
+
+SRC_URI[md5sum] = "af7ec100a33c41bfb8d87b5e0ec2f44a"
+SRC_URI[sha256sum] = "8ff6afab743e894c0d96e668dcf9b3d3c1044719d6def45ef7390c64b54ed268"