diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-30 14:22:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-30 21:02:11 +0100 |
commit | b2ca9ac7b6e28ae8cc6470c7f537c55f60c6d505 (patch) | |
tree | d9ab7d2bef85ea01dd20dfe88783a13a022f3a0e /meta/recipes-graphics/clutter | |
parent | e8d903e2d5e0c0df18dfd9561c3f8ef340297f1f (diff) | |
download | openembedded-core-b2ca9ac7b6e28ae8cc6470c7f537c55f60c6d505.tar.gz openembedded-core-b2ca9ac7b6e28ae8cc6470c7f537c55f60c6d505.tar.bz2 openembedded-core-b2ca9ac7b6e28ae8cc6470c7f537c55f60c6d505.zip |
clutter: remove documentation hacks
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>
Diffstat (limited to 'meta/recipes-graphics/clutter')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.0.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc index e1d3cf42cb..68cb22bf1d 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0.inc +++ b/meta/recipes-graphics/clutter/clutter-1.0.inc @@ -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 } |