aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/db/db_4.3.29.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/db/db_4.3.29.bb')
-rw-r--r--recipes/db/db_4.3.29.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/db/db_4.3.29.bb b/recipes/db/db_4.3.29.bb
new file mode 100644
index 0000000000..d5733beb39
--- /dev/null
+++ b/recipes/db/db_4.3.29.bb
@@ -0,0 +1,12 @@
+PR = "r10"
+
+# major version number
+PVM = "4.3"
+
+require db4.inc
+
+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"