From cb36bc74b772c355f219df5a3ff39f1ca95272ba Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 30 May 2013 14:22:15 +0100 Subject: 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 --- meta/recipes-graphics/cogl/cogl-1.0.inc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta/recipes-graphics/cogl') 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/*" -- cgit 1.2.3-korg