summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/eds/eds-dbus_svn.bb
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-10-03 15:35:48 +0000
committerChris Lord <chris@openedhand.com>2005-10-03 15:35:48 +0000
commite24bd6148e82717bfa544c4b0eaa7641638e8c87 (patch)
tree6ff0a5c5bc375a339875df474a9d7b3f145bd86d /openembedded/packages/eds/eds-dbus_svn.bb
parent955635618900c5e8b78921687db97a39600a7a9f (diff)
downloadpoky-e24bd6148e82717bfa544c4b0eaa7641638e8c87.tar.gz
Modify calendar file backend not to use gnome-vfs (Dates works now)
git-svn-id: https://svn.o-hand.com/repos/poky@103 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/eds/eds-dbus_svn.bb')
-rwxr-xr-xopenembedded/packages/eds/eds-dbus_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/openembedded/packages/eds/eds-dbus_svn.bb b/openembedded/packages/eds/eds-dbus_svn.bb
index 77ea4141da..6ddb91498b 100755
--- a/openembedded/packages/eds/eds-dbus_svn.bb
+++ b/openembedded/packages/eds/eds-dbus_svn.bb
@@ -4,12 +4,13 @@ RDEPENDS = "gtk+ gconf db libiconv"
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.0cvs${CVSDATE}" 6PV = "1.4.0cvs${CVSDATE}"
7PR = "r5" 7PR = "r6"
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://external_libdb.patch;patch=1 \ 10 file://external_libdb.patch;patch=1 \
11 file://no_gnomevfs.patch;patch=1 \ 11 file://no_gnomevfs.patch;patch=1 \
12 file://no_gnomevfs2.patch;patch=1 \ 12 file://no_gnomevfs2.patch;patch=1 \
13 file://no_gnomevfs3.patch;patch=1 \
13 file://no_iconv_test.patch;patch=1 \ 14 file://no_iconv_test.patch;patch=1 \
14 file://iconv-detect.h" 15 file://iconv-detect.h"
15 16