summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/packages/eds/eds-dbus/fix_calendar.patch11
-rwxr-xr-xopenembedded/packages/eds/eds-dbus_svn.bb3
2 files changed, 13 insertions, 1 deletions
diff --git a/openembedded/packages/eds/eds-dbus/fix_calendar.patch b/openembedded/packages/eds/eds-dbus/fix_calendar.patch
new file mode 100644
index 0000000000..dab40a822a
--- /dev/null
+++ b/openembedded/packages/eds/eds-dbus/fix_calendar.patch
@@ -0,0 +1,11 @@
1--- trunk/calendar/libecal-dbus/e-cal.c.old 2006-07-05 12:23:17.000000000 +0100
2+++ trunk/calendar/libecal-dbus/e-cal.c 2006-07-05 12:24:17.000000000 +0100
3@@ -2930,7 +2930,7 @@
4 E_CALENDAR_CHECK_STATUS (E_CALENDAR_STATUS_CORBA_EXCEPTION, error);
5 }
6
7- if (uid)
8+ if (!uid)
9 E_CALENDAR_CHECK_STATUS (E_CALENDAR_STATUS_OTHER_ERROR, error);
10 else
11 E_CALENDAR_CHECK_STATUS (E_CALENDAR_STATUS_OK, error);
diff --git a/openembedded/packages/eds/eds-dbus_svn.bb b/openembedded/packages/eds/eds-dbus_svn.bb
index 71c5aedb1d..a6757ccd42 100755
--- a/openembedded/packages/eds/eds-dbus_svn.bb
+++ b/openembedded/packages/eds/eds-dbus_svn.bb
@@ -4,13 +4,14 @@ RDEPENDS = "gconf"
4MAINTAINER = "Chris Lord <chris@openedhand.com>" 4MAINTAINER = "Chris Lord <chris@openedhand.com>"
5DESCRIPTION = "Evolution database backend server" 5DESCRIPTION = "Evolution database backend server"
6PV = "1.4.0+svn${SRCDATE}" 6PV = "1.4.0+svn${SRCDATE}"
7PR = "r16" 7PR = "r17"
8 8
9SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ 9SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
10 file://no_libdb.patch;patch=1 \ 10 file://no_libdb.patch;patch=1 \
11 file://no_iconv_test.patch;patch=1 \ 11 file://no_iconv_test.patch;patch=1 \
12 file://no_libedataserverui.patch;patch=1 \ 12 file://no_libedataserverui.patch;patch=1 \
13 file://disable_orbit.patch;patch=1;maxdate=20060126 \ 13 file://disable_orbit.patch;patch=1;maxdate=20060126 \
14 file://fix_calendar.patch;patch=1;maxdate=20060619 \
14 file://iconv-detect.h" 15 file://iconv-detect.h"
15 16
16S = "${WORKDIR}/trunk" 17S = "${WORKDIR}/trunk"