libdbi: Add version 0.9.0 to fix osmo-msc build failure

A patch is needed to fix compilation:
* Link against sqlite3 instead of sqlite for sqlite3
* Disable tests

Remove old libdbi versions and keep/apply the malloc patch

Change-Id: Ia4319c595a1ccb20c87d86c1ab1e58e95da34d7b
diff --git a/recipes-misc/libdbi/files/disable-tests.patch b/recipes-misc/libdbi/files/disable-tests.patch
new file mode 100644
index 0000000..a3380e0
--- /dev/null
+++ b/recipes-misc/libdbi/files/disable-tests.patch
@@ -0,0 +1,12 @@
+--- a/Makefile.am	2017-12-29 12:29:35.504078484 +0100
++++ b/Makefile.am	2017-12-29 12:29:44.428146890 +0100
+@@ -4,7 +4,7 @@
+ 
+ ACLOCAL_AMFLAGS = -I m4
+ 
+-SUBDIRS = drivers tests @docs_subdirs@
++SUBDIRS = drivers @docs_subdirs@
+ 
+ EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README README.win32 README.osx README.encodings TODO libdbi-drivers.spec.in config.h.in Makefile.w32 autogen.sh fixlt.sh
+ 
+