[OE-core] [PATCH 1/2] cogl: remove documentation hacks

Ross Burton ross.burton at intel.com
Thu May 30 13:22:15 UTC 2013


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>
---
 meta/recipes-graphics/cogl/cogl-1.0.inc |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc
index 9dc47f8..a44e6c4 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/*"
-- 
1.7.10.4




More information about the Openembedded-core mailing list