]> code.ossystems Code Review - openembedded-core.git/commitdiff
cogl: remove documentation hacks
authorRoss Burton <ross.burton@intel.com>
Thu, 30 May 2013 13:22:15 +0000 (14:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 May 2013 20:02:19 +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/cogl/cogl-1.0.inc

index 3a6de282b8b00dbe49b18582a5a3f7306f4cf57e..b94427349b213a0e7b96a53e14d7b5afa26aa812 100644 (file)
@@ -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/*"