diff options
author | Ross Burton <ross@openedhand.com> | 2007-07-25 10:01:59 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-07-25 10:01:59 +0000 |
commit | 626622d611dd2eb116f3a5a4d93ab91ebbf7be45 (patch) | |
tree | 313b804e73a5dc82d2c5ec58446195ea522bbe22 /meta/packages/eds | |
parent | 3e02bc13efe1a4e23451a4e25bbbd9efa51c1504 (diff) | |
download | poky-626622d611dd2eb116f3a5a4d93ab91ebbf7be45.tar.gz |
Fix typos in the OH contact
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2224 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/eds')
-rw-r--r-- | meta/packages/eds/eds-dbus/oh-contact.patch | 6 | ||||
-rw-r--r-- | meta/packages/eds/eds-dbus_svn.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/eds/eds-dbus/oh-contact.patch b/meta/packages/eds/eds-dbus/oh-contact.patch index 671510a150..c44d93c4a4 100644 --- a/meta/packages/eds/eds-dbus/oh-contact.patch +++ b/meta/packages/eds/eds-dbus/oh-contact.patch | |||
@@ -85,9 +85,9 @@ Index: addressbook/libedata-book-orbit/ximian-vcard.h | |||
85 | +"VERSION:3.0\n" \ | 85 | +"VERSION:3.0\n" \ |
86 | +"FN:OpenedHand Ltd\n" \ | 86 | +"FN:OpenedHand Ltd\n" \ |
87 | +"URL:http://www.o-hand.com/\n" \ | 87 | +"URL:http://www.o-hand.com/\n" \ |
88 | +"EMAIL;info@openedhand.com\n" \ | 88 | +"EMAIL:info@openedhand.com\n" \ |
89 | +"TEL;TYPE=VOICE:+44 208 819 6559\n" \ | 89 | +"TEL:TYPE=VOICE:+44 208 819 6559\n" \ |
90 | +"ADR:216 - 218 Homesdale Road;Unit R\, Homesdale Business Center;\n" \ | 90 | +"ADR:;216 - 218 Homesdale Road;Unit R\, Homesdale Business Center;\n" \ |
91 | +" Bromley;;BR1 2QZ;United Kingdom\n" \ | 91 | +" Bromley;;BR1 2QZ;United Kingdom\n" \ |
92 | +"LABEL:Unit R, Homesdale Business Center\\n216 - 218 Homesdale Road\\nBromley\\nBR1 2QZ\\nUnited Kingdom\n" \ | 92 | +"LABEL:Unit R, Homesdale Business Center\\n216 - 218 Homesdale Road\\nBromley\\nBR1 2QZ\\nUnited Kingdom\n" \ |
93 | +"PHOTO;ENCODING=b:iVBORw0KGgoAAAANSUhEUgAAAC0AAAA\n" \ | 93 | +"PHOTO;ENCODING=b:iVBORw0KGgoAAAANSUhEUgAAAC0AAAA\n" \ |
diff --git a/meta/packages/eds/eds-dbus_svn.bb b/meta/packages/eds/eds-dbus_svn.bb index 5a30b573c1..8339914834 100644 --- a/meta/packages/eds/eds-dbus_svn.bb +++ b/meta/packages/eds/eds-dbus_svn.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "LGPL" | |||
4 | DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib" | 4 | DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib" |
5 | 5 | ||
6 | PV = "1.4.0+svn${SRCDATE}" | 6 | PV = "1.4.0+svn${SRCDATE}" |
7 | PR = "r6" | 7 | PR = "r7" |
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://oh-contact.patch;patch=1;pnum=0 \ | 10 | file://oh-contact.patch;patch=1;pnum=0 \ |