]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add hack patch to totally disable the libdb configure script
authorRoss Burton <ross@openedhand.com>
Mon, 31 Oct 2005 17:02:56 +0000 (17:02 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 31 Oct 2005 17:02:56 +0000 (17:02 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@149 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/eds/eds-dbus/no_libdb.patch [new file with mode: 0644]
openembedded/packages/eds/eds-dbus_svn.bb

diff --git a/openembedded/packages/eds/eds-dbus/no_libdb.patch b/openembedded/packages/eds/eds-dbus/no_libdb.patch
new file mode 100644 (file)
index 0000000..55025df
--- /dev/null
@@ -0,0 +1,14 @@
+Index: configure.in
+===================================================================
+--- trunk/configure.in (revision 285)
++++ trunk/configure.in (working copy)
+@@ -1333,9 +1333,6 @@
+ export privincludedir
+ export privdatadir
+ AC_CONFIG_SUBDIRS(calendar/libical)
+-if test $dynamic_libdb = yes; then
+-        AC_CONFIG_SUBDIRS(libdb/dist)
+-fi
+ AC_OUTPUT([
+ Makefile
index 93e967d510a5435f8deec73666fadb1196ab1165..f942b3ef374886aa267f5e05518a274bef1d058f 100755 (executable)
@@ -4,9 +4,10 @@ RDEPENDS = "gconf dbus db libiconv"
 MAINTAINER = "Chris Lord <chris@openedhand.com>"
 DESCRIPTION = "Evolution database backend server"
 PV = "1.4.0cvs${CVSDATE}"
-PR = "r12"
+PR = "r13"
 
 SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
+          file://no_libdb.patch;patch=1 \
           file://no_gnomevfs.patch;patch=1 \
           file://no_gnomevfs2.patch;patch=1 \
           file://no_iconv_test.patch;patch=1 \