aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/bonobo/libbonobo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/bonobo/libbonobo.inc')
-rw-r--r--meta-gnome/recipes-gnome/bonobo/libbonobo.inc12
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 b876db4b3d..8b6007e86e 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 \
SECTION = "x11/gnome/libs"
DEPENDS = "glib-2.0 orbit2 intltool-native libxml2 dbus dbus-glib"
-inherit gnomebase
-
-SRC_URI += "file://gtk-doc.m4 \
- file://gtk-doc.make \
-"
+inherit gnomebase gtk-doc
ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
@@ -23,12 +19,6 @@ LEAD_SONAME = "libbonobo-2.so"
PARALLEL_MAKE = ""
-do_configure_prepend() {
- install -d m4
- install ${WORKDIR}/gtk-doc.m4 m4/
- install ${WORKDIR}/gtk-doc.make ./
-}
-
do_compile() {
oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}"
}