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 12:56:01 +0100 |
commit | d5afa3dad51c7ab153c159d1dedfdad7a225f8fd (patch) | |
tree | 11ff6384237e03b2358ec3e9b9ab16c081814279 | |
parent | 53b6da085bfa78885f68b5d7db40d8c4e3f2f5bb (diff) | |
download | openembedded-core-d5afa3dad51c7ab153c159d1dedfdad7a225f8fd.tar.gz openembedded-core-d5afa3dad51c7ab153c159d1dedfdad7a225f8fd.tar.bz2 openembedded-core-d5afa3dad51c7ab153c159d1dedfdad7a225f8fd.zip |
evolution-data-server: updated to ver. 2.30_3
Tested using Tasks & Contacts
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 \ DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib libsoup-2.4 libglade libical gnome-keyring gperf-native" -SRCREV = "7337d11aed576e7caaa12b4e881ad8d33668799f" +SRCREV = "3ca578d968d09785933ebbb45b66b3bccdbd5832" + PV = "2.30+git${SRCPV}" -PR = "r1" +PR = "r0" SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ file://oh-contact.patch;striplevel=0 \ |