[oe-commits] Ross Burton : cogl: remove documentation hacks

git at git.openembedded.org git at git.openembedded.org
Fri May 31 09:06:30 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: cb36bc74b772c355f219df5a3ff39f1ca95272ba
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=cb36bc74b772c355f219df5a3ff39f1ca95272ba

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu May 30 14:22:15 2013 +0100

cogl: 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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/cogl/cogl-1.0.inc |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc
index 3a6de28..b944273 100644
--- a/meta/recipes-graphics/cogl/cogl-1.0.inc
+++ b/meta/recipes-graphics/cogl/cogl-1.0.inc
@@ -41,10 +41,4 @@ PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11}"
 # Default to GLX
 PACKAGECONFIG ??= "gl glx"
 
-#Fix up some weirdness in the docs
-do_configure_prepend() {
-        sed -i s:doc/reference/Makefile::g ${S}/configure.ac
-        sed -i s:doc::g ${S}/Makefile.am
-}
-
 FILES_${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*"



More information about the Openembedded-commits mailing list