diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-21 11:04:29 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 13:06:13 +0200 |
| commit | f6ecec16d799f83bfdf3d6d742d811cc63c1cf1e (patch) | |
| tree | 2fd458f7944bf9a8755ef3d5acb3ed6d9ca9f14f /meta-gnome/recipes-gnome/libgdata | |
| parent | 36d57b9234c8d940205cf83e541302ef60b755c9 (diff) | |
| download | meta-openembedded-f6ecec16d799f83bfdf3d6d742d811cc63c1cf1e.tar.gz | |
recipes: add missing gtk-doc class dependencies
* These recipes all use gtk-doc m4 macros but were missing
dependencies on the class.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libgdata')
| -rw-r--r-- | meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb | 2 |
1 files changed, 1 insertions, 1 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 index 6cf1e3fe85..5b367de7b1 100644 --- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | |||
| 9 | 9 | ||
| 10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native" | 10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native" |
| 11 | 11 | ||
| 12 | inherit gnomebase pkgconfig autotools-brokensep gettext | 12 | inherit gnomebase pkgconfig autotools-brokensep gettext gtk-doc |
| 13 | 13 | ||
| 14 | SRC_URI[archive.md5sum] = "ec5262cbcb07b63b58d45aa3ac636096" | 14 | SRC_URI[archive.md5sum] = "ec5262cbcb07b63b58d45aa3ac636096" |
| 15 | SRC_URI[archive.sha256sum] = "fb244138276a5ce98510b0e2408bbf6f9ce0fd8cdcf86f07cd4be38afbb7c2bc" | 15 | SRC_URI[archive.sha256sum] = "fb244138276a5ce98510b0e2408bbf6f9ce0fd8cdcf86f07cd4be38afbb7c2bc" |
