diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-12-19 15:44:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:16:30 +0000 |
commit | bbe17101bbeb500caee27c990622b438f7f2c132 (patch) | |
tree | 0fafacefd9498cdcdaeb8eb8e7d648d259387d4d /meta/recipes-sato/eds/eds-dbus_2.20.0.bb | |
parent | 633d7a7f894f0aee2690d532a1ce5ee1caf9123a (diff) | |
download | poky-bbe17101bbeb500caee27c990622b438f7f2c132.tar.gz |
eds-dbus: replace o-hand example contact
Replace the OpenedHand example contact with something a bit more
up-to-date. Also add SRC_URI checksums to 2.20.0 recipe.
(From OE-Core rev: 5a65e13e99cc8d5e20e32f49338712daa2de3da2)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/eds/eds-dbus_2.20.0.bb')
-rw-r--r-- | meta/recipes-sato/eds/eds-dbus_2.20.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-sato/eds/eds-dbus_2.20.0.bb b/meta/recipes-sato/eds/eds-dbus_2.20.0.bb index d129a64d91..d13476b4e8 100644 --- a/meta/recipes-sato/eds/eds-dbus_2.20.0.bb +++ b/meta/recipes-sato/eds/eds-dbus_2.20.0.bb | |||
@@ -6,13 +6,16 @@ LICENSE = "LGPLv2 & LGPLv2+" | |||
6 | 6 | ||
7 | DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib libsoup libglade" | 7 | DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib libsoup libglade" |
8 | 8 | ||
9 | PR = "r1" | 9 | PR = "r2" |
10 | 10 | ||
11 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/mobile/2.23/2.23.92/sources/evolution-data-server-dbus-${PV}.tar.gz \ | 11 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/mobile/2.23/2.23.92/sources/evolution-data-server-dbus-${PV}.tar.gz \ |
12 | file://oh-contact.patch;striplevel=0 \ | 12 | file://oh-contact.patch;striplevel=0 \ |
13 | file://no_iconv_test.patch \ | 13 | file://no_iconv_test.patch \ |
14 | file://iconv-detect.h" | 14 | file://iconv-detect.h" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "69dc1e4eed6041a91aec76eacf7f17fb" | ||
17 | SRC_URI[sha256sum] = "aa537293c10153dad91aa31b50547e867946d7b937414f2ef734e40967e6ab0a" | ||
18 | |||
16 | S = "${WORKDIR}/evolution-data-server-dbus-${PV}" | 19 | S = "${WORKDIR}/evolution-data-server-dbus-${PV}" |
17 | 20 | ||
18 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |