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:47:17 +0000 |
commit | cff5f9494f5bbb0df00ba8733d5356d381dde14b (patch) | |
tree | d8e1c953a87a2d274ce066cb196278f2015732e1 /meta | |
parent | 3815030c5f31c11495893c1ae28d56c1aff31d97 (diff) | |
download | openembedded-core-cff5f9494f5bbb0df00ba8733d5356d381dde14b.tar.gz openembedded-core-cff5f9494f5bbb0df00ba8733d5356d381dde14b.tar.bz2 openembedded-core-cff5f9494f5bbb0df00ba8733d5356d381dde14b.zip |
libgdata: remove recipe
Part of the sato trimming process
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 @@ -DESCRIPTION = "GLib-based library for accessing online service APIs using the GData protocol" -HOMEPAGE = "http://live.gnome.org/libgdata" -BUGTRACKER = "https://bugzilla.gnome.org/" - -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ - file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \ - file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef" - -DEPENDS = "libxml2 glib-2.0 libsoup-2.4" - -inherit gnome pkgconfig autotools gettext - -SRC_URI[archive.md5sum] = "ec5262cbcb07b63b58d45aa3ac636096" -SRC_URI[archive.sha256sum] = "fb244138276a5ce98510b0e2408bbf6f9ce0fd8cdcf86f07cd4be38afbb7c2bc" |