diff --git a/openembedded/packages/eds/eds-dbus/external_libdb.patch b/openembedded/packages/eds/eds-dbus/external_libdb.patch index 50b9e9b48a..635f4cb5ec 100644 --- a/openembedded/packages/eds/eds-dbus/external_libdb.patch +++ b/openembedded/packages/eds/eds-dbus/external_libdb.patch @@ -6,8 +6,8 @@ Index: trunk/Makefile.am endif if ENABLE_DBUS --SUBDIRS = libdb libedataserver $(CAMEL_DIR) addressbook calendar docs art po -+SUBDIRS = libedataserver $(CAMEL_DIR) addressbook calendar docs art po +-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 diff --git a/openembedded/packages/eds/eds-dbus/no_iconv_test.patch b/openembedded/packages/eds/eds-dbus/no_iconv_test.patch index 0589bdb887..6e33c7889e 100644 --- a/openembedded/packages/eds/eds-dbus/no_iconv_test.patch +++ b/openembedded/packages/eds/eds-dbus/no_iconv_test.patch @@ -17,7 +17,7 @@ Index: trunk/configure.in -int main (int argc, char **argv) -{ - const char *from = "Some Text \xA4"; -- const char *utf8 = "Some Text \xE2\x82\xAC"; +- const char *utf8 = "Some Text \xC2\xA4"; - char *transbuf = malloc (20), *trans = transbuf; - iconv_t cd; - size_t from_len = strlen (from), utf8_len = 20; @@ -29,7 +29,7 @@ Index: trunk/configure.in - exit (1); -#endif - -- cd = iconv_open ("UTF-8", "ISO_8859-15"); +- cd = iconv_open ("UTF-8", "ISO_8859-1"); - if (cd == (iconv_t) -1) - exit (1); - if (iconv (cd, &from, &from_len, &trans, &utf8_len) == -1 || from_len != 0) diff --git a/openembedded/packages/eds/eds-dbus_svn.bb b/openembedded/packages/eds/eds-dbus_svn.bb index a0177df250..b3d9884d7c 100755 --- a/openembedded/packages/eds/eds-dbus_svn.bb +++ b/openembedded/packages/eds/eds-dbus_svn.bb @@ -4,7 +4,7 @@ RDEPENDS = "gtk+ gconf db libiconv" MAINTAINER = "Chris Lord " DESCRIPTION = "Evolution database backend server" PV = "1.4.0cvs${CVSDATE}" -PR = "r8" +PR = "r9" SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ file://external_libdb.patch;patch=1 \