All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] cogl: remove documentation hacks
@ 2013-05-30 13:22 Ross Burton
  2013-05-30 13:22 ` [PATCH 2/2] clutter: " Ross Burton
  2013-05-30 13:57 ` [PATCH 1/2] cogl: " Tomas Frydrych
  0 siblings, 2 replies; 4+ messages in thread
From: Ross Burton @ 2013-05-30 13:22 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-30 13:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30 13:22 [PATCH 1/2] cogl: remove documentation hacks Ross Burton
2013-05-30 13:22 ` [PATCH 2/2] clutter: " Ross Burton
2013-05-30 13:57   ` Tomas Frydrych
2013-05-30 13:57 ` [PATCH 1/2] cogl: " Tomas Frydrych

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.