aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/db
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/db
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/db')
-rw-r--r--recipes/db/db-native_4.2.52.bb3
-rw-r--r--recipes/db/db-native_4.3.29.bb3
-rw-r--r--recipes/db/db3_3.2.9.bb3
-rw-r--r--recipes/db/db_4.2.52.bb3
-rw-r--r--recipes/db/db_4.3.29.bb3
5 files changed, 15 insertions, 0 deletions
diff --git a/recipes/db/db-native_4.2.52.bb b/recipes/db/db-native_4.2.52.bb
index 0e6381bca1..9f307d6da0 100644
--- a/recipes/db/db-native_4.2.52.bb
+++ b/recipes/db/db-native_4.2.52.bb
@@ -1,2 +1,5 @@
require db_${PV}.bb
require db4-native.inc
+
+SRC_URI[md5sum] = "8b5cff6eb83972afdd8e0b821703c33c"
+SRC_URI[sha256sum] = "f4bddd8d1b4cde0daf5e13e3493ed62a25b736b0bf258e1d929e47bc6a82a28c"
diff --git a/recipes/db/db-native_4.3.29.bb b/recipes/db/db-native_4.3.29.bb
index 0e6381bca1..07ac4488e7 100644
--- a/recipes/db/db-native_4.3.29.bb
+++ b/recipes/db/db-native_4.3.29.bb
@@ -1,2 +1,5 @@
require db_${PV}.bb
require db4-native.inc
+
+SRC_URI[md5sum] = "200b9f5d74175875fcb3ee54adbf0007"
+SRC_URI[sha256sum] = "a1fa714482f25a67a19490303a0164326ac63bd7653ae3f4664c2536b14f3337"
diff --git a/recipes/db/db3_3.2.9.bb b/recipes/db/db3_3.2.9.bb
index 872ceeab87..48b637f181 100644
--- a/recipes/db/db3_3.2.9.bb
+++ b/recipes/db/db3_3.2.9.bb
@@ -85,3 +85,6 @@ python do_package() {
bb.data.setVar('PKG_${PN}', 'libdb3', d)
bb.build.exec_func('package_do_package', d)
}
+
+SRC_URI[md5sum] = "4df5c7051b11411e0a970f6c91613942"
+SRC_URI[sha256sum] = "3eccaec87bca4ca0f5728cf4579650da9d12e331187f1e98321e5c9e9e04b108"
diff --git a/recipes/db/db_4.2.52.bb b/recipes/db/db_4.2.52.bb
index ae9591ddcb..54cd86a7ca 100644
--- a/recipes/db/db_4.2.52.bb
+++ b/recipes/db/db_4.2.52.bb
@@ -9,3 +9,6 @@ require db4.inc
#configuration - set in local.conf to override
DB4_CONFIG ?= " --disable-cryptography --disable-queue --disable-replication --disable-verify --enable-hash"
+
+SRC_URI[md5sum] = "8b5cff6eb83972afdd8e0b821703c33c"
+SRC_URI[sha256sum] = "f4bddd8d1b4cde0daf5e13e3493ed62a25b736b0bf258e1d929e47bc6a82a28c"
diff --git a/recipes/db/db_4.3.29.bb b/recipes/db/db_4.3.29.bb
index d5733beb39..1f563d753a 100644
--- a/recipes/db/db_4.3.29.bb
+++ b/recipes/db/db_4.3.29.bb
@@ -10,3 +10,6 @@ SRC_URI += "file://arm-thumb-mutex.patch;patch=1"
#configuration - set in local.conf to override
# All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix)
DB4_CONFIG ?= "--enable-o_direct --disable-cryptography --disable-queue --disable-replication --disable-statistics --disable-verify --enable-compat185"
+
+SRC_URI[md5sum] = "200b9f5d74175875fcb3ee54adbf0007"
+SRC_URI[sha256sum] = "a1fa714482f25a67a19490303a0164326ac63bd7653ae3f4664c2536b14f3337"