summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2005-10-21 11:35:48 +0000
committerRoss Burton <ross@openedhand.com>2005-10-21 11:35:48 +0000
commit4efc6672d4bec5f18575f7b1ab0b9611d3e85de5 (patch)
treec69d67cfcebc970f93b7900fccd2d776cc44f971 /openembedded
parent2cd13839b99b6afc21738a211a9ed103cb7da6a8 (diff)
downloadopenembedded-core-4efc6672d4bec5f18575f7b1ab0b9611d3e85de5.tar.gz
openembedded-core-4efc6672d4bec5f18575f7b1ab0b9611d3e85de5.tar.bz2
openembedded-core-4efc6672d4bec5f18575f7b1ab0b9611d3e85de5.tar.xz
openembedded-core-4efc6672d4bec5f18575f7b1ab0b9611d3e85de5.zip
Remove external_libdb.patch, its integrated into SVN
git-svn-id: https://svn.o-hand.com/repos/poky@144 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/packages/eds/eds-dbus/external_libdb.patch116
-rwxr-xr-xopenembedded/packages/eds/eds-dbus_svn.bb3
2 files changed, 1 insertions, 118 deletions
diff --git a/openembedded/packages/eds/eds-dbus/external_libdb.patch b/openembedded/packages/eds/eds-dbus/external_libdb.patch
deleted file mode 100644
index 635f4cb5e..000000000
--- a/openembedded/packages/eds/eds-dbus/external_libdb.patch
+++ /dev/null
@@ -1,116 +0,0 @@
-Index: trunk/Makefile.am
-===================================================================
---- trunk.orig/Makefile.am 2005-09-29 09:19:48.000000000 +0000
-+++ trunk/Makefile.am 2005-09-29 09:19:53.000000000 +0000
-@@ -8,9 +8,9 @@
- endif
-
- if ENABLE_DBUS
--SUBDIRS = libdb libedataserver $(CAMEL_DIR) addressbook calendar libedataserverui docs art po
-+SUBDIRS = libedataserver $(CAMEL_DIR) addressbook calendar libedataserverui docs art po
- else
--SUBDIRS = libdb libedataserver servers $(CAMEL_DIR) addressbook calendar libedataserverui src docs art po
-+SUBDIRS = libedataserver servers $(CAMEL_DIR) addressbook calendar libedataserverui src docs art po
- endif
-
- DIST_SUBDIRS= libedataserver servers camel ucamel addressbook calendar libedataserverui src docs art po
-@@ -37,12 +37,9 @@
- intltool-merge.in \
- intltool-update.in \
- intltool-extract.in \
-- $(pkgconfig_DATA:-$(API_VERSION).pc=.pc.in) \
-- $(LIBDB_FILES)
-+ $(pkgconfig_DATA:-$(API_VERSION).pc=.pc.in)
-
- DISTCLEANFILES = intltool-extract intltool-merge intltool-update iconv-detect.h $(pkgconfig_DATA)
--distclean-local:
-- (cd libdb && $(MAKE) $(AM_MAKEFLAGS) distclean)
-
- LIBDB_FILES= \
- libdb/Makefile.am \
-Index: trunk/configure.in
-===================================================================
---- trunk.orig/configure.in 2005-09-29 09:19:48.000000000 +0000
-+++ trunk/configure.in 2005-09-29 10:11:00.000000000 +0000
-@@ -179,6 +179,21 @@
- AC_SUBST(REGEX_LIBS)
-
- dnl ******************************
-+dnl * db-4.1 checking
-+dnl ******************************
-+
-+AC_ARG_WITH(libdb41, [ --with-libdb41 Prefix where libdb 4.1 is installed])
-+case $withval in
-+/*)
-+ DB_CFLAGS="-I$withval/include/db4"
-+ DB_LIBS="-L$withval/lib -ldb-4.1"
-+ ;;
-+esac
-+
-+AC_SUBST(DB_CFLAGS)
-+AC_SUBST(DB_LIBS)
-+
-+dnl ******************************
- dnl iconv checking
- dnl ******************************
- have_iconv=no
-@@ -1316,7 +1331,6 @@
- export privincludedir
- export privdatadir
- AC_CONFIG_SUBDIRS(calendar/libical)
--AC_CONFIG_SUBDIRS(libdb/dist)
-
- AC_OUTPUT([
- Makefile
-@@ -1380,7 +1394,6 @@
- camel/tests/stream/Makefile
- camel/camel.pc
- camel/camel-provider.pc
--libdb/Makefile
- libedataserver/Makefile
- libedataserver/libedataserver.pc
- libedataserverui/Makefile
-Index: trunk/libedataserver/Makefile.am
-===================================================================
---- trunk.orig/libedataserver/Makefile.am 2005-09-29 09:19:48.000000000 +0000
-+++ trunk/libedataserver/Makefile.am 2005-09-29 09:19:53.000000000 +0000
-@@ -1,7 +1,7 @@
- INCLUDES = \
- -I$(top_srcdir) \
- -DG_LOG_DOMAIN=\"e-data-server\" \
-- -I$(top_srcdir)/libdb/dist \
-+ $(DB_CFLAGS) \
- -DE_DATA_SERVER_EXTENSIONDIR=\"$(extensiondir)\" \
- -DE_DATA_SERVER_IMAGESDIR=\"$(imagesdir)\" \
- $(E_DATA_SERVER_CFLAGS)
-@@ -48,7 +48,7 @@
- libedataserver_1_2_la_LIBADD = \
- $(E_DATA_SERVER_LIBS) \
- $(ICONV_LIBS) \
-- $(top_builddir)/libdb/dist/libdb-4.1.la \
-+ $(DB_LIBS) \
- $(SOCKET_LIBS)
-
- libedataserver_1_2_la_LDFLAGS = \
-Index: trunk/addressbook/backends/file/Makefile.am
-===================================================================
---- trunk.orig/addressbook/backends/file/Makefile.am 2005-09-29 09:05:35.000000000 +0000
-+++ trunk/addressbook/backends/file/Makefile.am 2005-09-29 09:27:21.000000000 +0000
-@@ -4,7 +4,7 @@
- -I$(top_builddir) \
- -I$(top_srcdir)/addressbook \
- -I$(top_builddir)/addressbook \
-- -I$(top_srcdir)/libdb/dist \
-+ $(DB_CFLAGS) \
- $(EVOLUTION_ADDRESSBOOK_CFLAGS)
-
- extension_LTLIBRARIES = libebookbackendfile.la
-@@ -18,7 +18,7 @@
- $(top_builddir)/addressbook/libebook-dbus/libebook-$(API_VERSION).la \
- $(top_builddir)/addressbook/libedata-book-dbus/libedata-book-$(API_VERSION).la \
- $(top_builddir)/libedataserver/libedataserver-$(API_VERSION).la \
-- $(top_builddir)/libdb/dist/libdb-4.1.la \
-+ $(DB_LIBS) \
- $(EVOLUTION_ADDRESSBOOK_LIBS)
-
- libebookbackendfile_la_LDFLAGS = \
diff --git a/openembedded/packages/eds/eds-dbus_svn.bb b/openembedded/packages/eds/eds-dbus_svn.bb
index 552a12969..4838dd564 100755
--- a/openembedded/packages/eds/eds-dbus_svn.bb
+++ b/openembedded/packages/eds/eds-dbus_svn.bb
@@ -4,10 +4,9 @@ RDEPENDS = "gtk+ gconf db libiconv"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Evolution database backend server"
PV = "1.4.0cvs${CVSDATE}"
-PR = "r10"
+PR = "r11"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
- file://external_libdb.patch;patch=1 \
file://no_gnomevfs.patch;patch=1 \
file://no_gnomevfs2.patch;patch=1 \
file://no_iconv_test.patch;patch=1 \