From: Ross Burton Date: Thu, 30 May 2013 13:22:15 +0000 (+0100) Subject: cogl: remove documentation hacks X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~37194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb36bc74b772c355f219df5a3ff39f1ca95272ba;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 3a6de282b8b..b94427349b2 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/*"