diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-11-22 16:41:16 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:46 -0800 |
commit | 3c3c8d765fe370bf023f02693e0315bef285c88e (patch) | |
tree | f05e7153ef149d855855eaa12d59dde953f4932a | |
parent | 97f78fef280007b3ffb415485dde7d18655102d1 (diff) | |
download | poky-3c3c8d765fe370bf023f02693e0315bef285c88e.tar.gz |
libgdata: Add 0.6.5 as new recipe
Upgrading eds-dbus to 2.32.1 requires libgdata >= 0.6.3 (0.7.0 breaks the API)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-rw-r--r-- | meta/recipes-gnome/gnome/libgdata_0.6.5.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/libgdata_0.6.5.bb b/meta/recipes-gnome/gnome/libgdata_0.6.5.bb new file mode 100644 index 0000000000..8e8da5c9f7 --- /dev/null +++ b/meta/recipes-gnome/gnome/libgdata_0.6.5.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "GLib-based library for accessing online service APIs using the GData protocol" | ||
2 | HOMEPAGE = "http://live.gnome.org/libgdata" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "LGPLv2.1" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | ||
7 | file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \ | ||
8 | file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef" | ||
9 | |||
10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4" | ||
11 | |||
12 | inherit gnome pkgconfig autotools | ||