]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter: remove documentation hacks
authorRoss Burton <ross.burton@intel.com>
Thu, 30 May 2013 13:22:16 +0000 (14:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 May 2013 20:02:11 +0000 (21:02 +0100)
These sed lines disable the documentation and appear to be historical, building
works fine without them.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/clutter/clutter-1.0.inc

index e1d3cf42cb8576b78a6321ca9715b3d1779019b8..68cb22bf1d4364b58f7461fc1277b34a3623e271 100644 (file)
@@ -39,10 +39,6 @@ PACKAGECONFIG ??= "x11 glx"
 FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
 
 do_configure_prepend() {
-        # Fix up some weirdness in the docs
-        sed -i s:doc/reference/Makefile::g ${S}/configure.ac
-        sed -i s:doc::g ${S}/Makefile.am
-
        # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this
        touch -t 200001010000 po/clutter-1.0.pot
 }