diff options
author | Valentin Popa <valentin.popa@intel.com> | 2012-06-20 10:50:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:03:06 +0100 |
commit | 5f18bc51262406b57c759d8eda03cf4aa26bdb49 (patch) | |
tree | aaa3d42a41ed64ed25cba0a386f70ff8ca9fd576 | |
parent | d4beac1be263c1e03c122b2b41170f77b1a04263 (diff) | |
download | poky-5f18bc51262406b57c759d8eda03cf4aa26bdb49.tar.gz |
evolution-data-server: updated to ver. 2.30_3
Tested using Tasks & Contacts
(From OE-Core rev: d5afa3dad51c7ab153c159d1dedfdad7a225f8fd)
Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-sato/eds/evolution-data-server_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-sato/eds/evolution-data-server_git.bb b/meta/recipes-sato/eds/evolution-data-server_git.bb index 1d675dc8cc..17724cec6a 100644 --- a/meta/recipes-sato/eds/evolution-data-server_git.bb +++ b/meta/recipes-sato/eds/evolution-data-server_git.bb | |||
@@ -10,9 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \ | |||
10 | 10 | ||
11 | DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib libsoup-2.4 libglade libical gnome-keyring gperf-native" | 11 | DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib libsoup-2.4 libglade libical gnome-keyring gperf-native" |
12 | 12 | ||
13 | SRCREV = "7337d11aed576e7caaa12b4e881ad8d33668799f" | 13 | SRCREV = "3ca578d968d09785933ebbb45b66b3bccdbd5832" |
14 | |||
14 | PV = "2.30+git${SRCPV}" | 15 | PV = "2.30+git${SRCPV}" |
15 | PR = "r1" | 16 | PR = "r0" |
16 | 17 | ||
17 | SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ | 18 | SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ |
18 | file://oh-contact.patch;striplevel=0 \ | 19 | file://oh-contact.patch;striplevel=0 \ |