From: Ross Burton Date: Thu, 30 May 2013 13:22:15 +0000 (+0100) Subject: cogl: remove documentation hacks X-Git-Tag: 2015-4~6357 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cb36bc74b772c355f219df5a3ff39f1ca95272ba;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index 3a6de282b8..b94427349b 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/*"