diff options
| author | Chris Lord <chris@openedhand.com> | 2006-07-05 11:31:05 +0000 |
|---|---|---|
| committer | Chris Lord <chris@openedhand.com> | 2006-07-05 11:31:05 +0000 |
| commit | 3f812f20421cf10e01afcdc4ac2d80b21642143d (patch) | |
| tree | eb566e231a0ae3e31d827e5acd50be7f0aa27115 /openembedded/packages/eds/eds-dbus_svn.bb | |
| parent | 5426fb4ebd087ab75490a27bd9ac6074ff1881c0 (diff) | |
| download | poky-3f812f20421cf10e01afcdc4ac2d80b21642143d.tar.gz | |
Back-port calendar fix from r420, should fix Dates (which needs to be updated)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@503 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/eds/eds-dbus_svn.bb')
| -rwxr-xr-x | openembedded/packages/eds/eds-dbus_svn.bb | 3 |
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 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" | |||
| 4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | 4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" |
| 5 | DESCRIPTION = "Evolution database backend server" | 5 | DESCRIPTION = "Evolution database backend server" |
| 6 | PV = "1.4.0+svn${SRCDATE}" | 6 | PV = "1.4.0+svn${SRCDATE}" |
| 7 | PR = "r16" | 7 | PR = "r17" |
| 8 | 8 | ||
| 9 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ | 9 | SRC_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 | ||
| 16 | S = "${WORKDIR}/trunk" | 17 | S = "${WORKDIR}/trunk" |
