diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2013-01-07 11:20:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 13:50:40 +0000 |
commit | c12a97360f006f6c09c2c7bf9e867a9d5dd43b0a (patch) | |
tree | 2286ed48a924345083bf9062bef09d60de98d086 /meta | |
parent | d036724c0d096a25da16bca6370afe100a549367 (diff) | |
download | poky-c12a97360f006f6c09c2c7bf9e867a9d5dd43b0a.tar.gz |
libgdata: remove recipe
Part of the sato trimming process
(From OE-Core rev: cff5f9494f5bbb0df00ba8733d5356d381dde14b)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gnome/libgdata_0.7.1.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-gnome/gnome/libgdata_0.7.1.bb b/meta/recipes-gnome/gnome/libgdata_0.7.1.bb deleted file mode 100644 index c3f40477c0..0000000000 --- a/meta/recipes-gnome/gnome/libgdata_0.7.1.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
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" | ||