summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-05-30 14:22:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-30 21:10:22 +0100
commit7e3eb692a1eb2dda127a083731326af04f396938 (patch)
treea2d5f7963def45b922f3c6a9cc607905d828a5e5 /meta
parent4c6939f6579563d1cdf7cd58820f432d5869d90a (diff)
downloadpoky-7e3eb692a1eb2dda127a083731326af04f396938.tar.gz
clutter: remove documentation hacks
These sed lines disable the documentation and appear to be historical, building works fine without them. (From OE-Core rev: b2ca9ac7b6e28ae8cc6470c7f537c55f60c6d505) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/clutter/clutter-1.0.inc4
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"
39FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" 39FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
40 40
41do_configure_prepend() { 41do_configure_prepend() {
42 # Fix up some weirdness in the docs
43 sed -i s:doc/reference/Makefile::g ${S}/configure.ac
44 sed -i s:doc::g ${S}/Makefile.am
45
46 # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this 42 # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this
47 touch -t 200001010000 po/clutter-1.0.pot 43 touch -t 200001010000 po/clutter-1.0.pot
48} 44}