diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-28 12:09:02 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-03-02 15:27:45 +0100 |
commit | 686f3cd57d33d852da0d1b2eb5435c6ecf1e70b0 (patch) | |
tree | ee6689a0ec01ab060b62d9dbdd20c5304ddde8d6 /meta-gnome/recipes-gnome | |
parent | d7bf59c8cb5b9179f23968c68061615363f7c2b0 (diff) | |
download | meta-openembedded-686f3cd57d33d852da0d1b2eb5435c6ecf1e70b0.tar.gz |
libgdata: add, from oe-core
libgdata was removed from oe-core, but it's still useful so add it to
meta-gnome.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb new file mode 100644 index 000000000..c3f40477c --- /dev/null +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb | |||
@@ -0,0 +1,15 @@ | |||
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 gettext | ||
13 | |||
14 | SRC_URI[archive.md5sum] = "ec5262cbcb07b63b58d45aa3ac636096" | ||
15 | SRC_URI[archive.sha256sum] = "fb244138276a5ce98510b0e2408bbf6f9ce0fd8cdcf86f07cd4be38afbb7c2bc" | ||