summaryrefslogtreecommitdiff
path: root/recipes/db/db_5.0.21.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-06-02 12:49:53 -0700
committerKhem Raj <raj.khem@gmail.com>2010-06-05 06:52:40 -0700
commitc9f7d8d8f62e3c4b2e30332401f2c177a1436ad0 (patch)
tree7be48fbd1e5e8fed840982e3c80921dd551af16a /recipes/db/db_5.0.21.bb
parentd8ca2465eb528bb42bee2076497a6f14829865a4 (diff)
db_5.0.21: Add recipes for target and native packages.
* Get rid of old style staging. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/db/db_5.0.21.bb')
-rw-r--r--recipes/db/db_5.0.21.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/db/db_5.0.21.bb b/recipes/db/db_5.0.21.bb
new file mode 100644
index 0000000000..cfa0154bcb
--- /dev/null
+++ b/recipes/db/db_5.0.21.bb
@@ -0,0 +1,15 @@
+PR = "r0"
+
+# major version number
+PVM = "5.0"
+
+#configuration - set in local.conf to override
+# All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix)
+DB5_CONFIG ?= "--enable-o_direct --disable-cryptography --disable-queue --disable-replication --disable-statistics --disable-verify --enable-compat185"
+
+require db5.inc
+
+SRC_URI += "file://db5-arm-thumb-mutex.patch"
+
+SRC_URI[md5sum] = "9a749fd2e98fe15840493ddc34cc66d8"
+SRC_URI[sha256sum] = "061a31a962e992dd1eae5f1e3193241d497a18968e750707526d104b53ab3cc4"