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/bonobo | |
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/bonobo')
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo.inc | 12 |
1 files changed, 1 insertions, 11 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 | } |