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 | |
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')
4 files changed, 4 insertions, 20 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc index b876db4b3..8b6007e86 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonobo.inc +++ b/meta-gnome/recipes-gnome/bonobo/libbonobo.inc | |||
@@ -5,11 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
5 | SECTION = "x11/gnome/libs" | 5 | SECTION = "x11/gnome/libs" |
6 | DEPENDS = "glib-2.0 orbit2 intltool-native libxml2 dbus dbus-glib" | 6 | DEPENDS = "glib-2.0 orbit2 intltool-native libxml2 dbus dbus-glib" |
7 | 7 | ||
8 | inherit gnomebase | 8 | inherit gnomebase gtk-doc |
9 | |||
10 | SRC_URI += "file://gtk-doc.m4 \ | ||
11 | file://gtk-doc.make \ | ||
12 | " | ||
13 | 9 | ||
14 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" | 10 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" |
15 | 11 | ||
@@ -23,12 +19,6 @@ LEAD_SONAME = "libbonobo-2.so" | |||
23 | 19 | ||
24 | PARALLEL_MAKE = "" | 20 | PARALLEL_MAKE = "" |
25 | 21 | ||
26 | do_configure_prepend() { | ||
27 | install -d m4 | ||
28 | install ${WORKDIR}/gtk-doc.m4 m4/ | ||
29 | install ${WORKDIR}/gtk-doc.make ./ | ||
30 | } | ||
31 | |||
32 | do_compile() { | 22 | do_compile() { |
33 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" | 23 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" |
34 | } | 24 | } |
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 6cf1e3fe8..5b367de7b 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" |
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb index b33fc850f..22b3bf438 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | 3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" |
4 | SECTION = "x11/gnome/libs" | 4 | SECTION = "x11/gnome/libs" |
5 | 5 | ||
6 | inherit gnome | 6 | inherit gnome gtk-doc |
7 | 7 | ||
8 | # intltool to provide IT_PROG_INTLTOOL | 8 | # intltool to provide IT_PROG_INTLTOOL |
9 | # configure: line 12654: syntax error near unexpected token `0.35.0' | 9 | # configure: line 12654: syntax error near unexpected token `0.35.0' |
@@ -13,13 +13,7 @@ DEPENDS = "gtk+ libglade libart-lgpl xineramaproto intltool-native" | |||
13 | SRC_URI[archive.md5sum] = "ffcbb719c671ff5cd86e59aeba8d0b92" | 13 | SRC_URI[archive.md5sum] = "ffcbb719c671ff5cd86e59aeba8d0b92" |
14 | SRC_URI[archive.sha256sum] = "859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40" | 14 | SRC_URI[archive.sha256sum] = "859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40" |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-gtk-doc" | ||
17 | |||
18 | FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" | 16 | FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" |
19 | FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/" | 17 | FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/" |
20 | FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas*.la" | 18 | FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas*.la" |
21 | FILES_${PN}-staticdev += "${libdir}/libglade/*/libcanvas*.a" | 19 | FILES_${PN}-staticdev += "${libdir}/libglade/*/libcanvas*.a" |
22 | |||
23 | do_configure_prepend() { | ||
24 | sed -i -e s:docs::g ${S}/Makefile.am | ||
25 | } | ||
diff --git a/meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb b/meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb index d2fedfc18..69a0f5c03 100644 --- a/meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb +++ b/meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "LibGTop2" | |||
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://copyright.txt;md5=dbc839bf158d19a20e661db14db7a58c" | 3 | LIC_FILES_CHKSUM = "file://copyright.txt;md5=dbc839bf158d19a20e661db14db7a58c" |
4 | 4 | ||
5 | inherit gnomebase lib_package | 5 | inherit gnomebase lib_package gtk-doc |
6 | SRC_URI[archive.md5sum] = "ed44d736efd97d062b77621de6aff439" | 6 | SRC_URI[archive.md5sum] = "ed44d736efd97d062b77621de6aff439" |
7 | SRC_URI[archive.sha256sum] = "49958d7da1f76b257bfd0d557d8ed2b218a5ab0d31b59fed1c32ddf2a1529f5d" | 7 | SRC_URI[archive.sha256sum] = "49958d7da1f76b257bfd0d557d8ed2b218a5ab0d31b59fed1c32ddf2a1529f5d" |
8 | 8 | ||