* also disable introspection
HOMEPAGE = "http://www.gnome.org/projects/totem/"
LICENSE = "LGPLv2"
-PR = "r1"
+PR = "r2"
-DEPENDS = "gmime eds-dbus"
+DEPENDS = "gnome-doc-utils gmime eds-dbus"
inherit gnome
SRC_URI[archive.md5sum] = "81bf8e3043a9ec89bdd391c36ebd50d1"
SRC_URI[archive.sha256sum] = "403b18c1582c14effb4e2dabf339dfdbc45285204a0cf958fc250a387b6fc65c"
+EXTRA_OECONF = "--enable-introspection=no"
+
# Build of documentation is not yet possible:
-do_configure() {
+do_configure_prepend() {
sed -i -e s:docs::g ${S}/Makefile.am
- libtoolize --force
- gnu-configize --force
- oe_runconf
}