Openembedded Core Discussions
 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

* [PATCH 2/2] clutter: remove documentation hacks
  2013-05-30 13:22 [PATCH 1/2] cogl: remove documentation hacks Ross Burton
@ 2013-05-30 13:22 ` Ross Burton
  2013-05-30 13:57   ` Tomas Frydrych
  2013-05-30 13:57 ` [PATCH 1/2] cogl: " Tomas Frydrych
  1 sibling, 1 reply; 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/clutter/clutter-1.0.inc |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc
index e1d3cf4..68cb22b 100644
--- a/meta/recipes-graphics/clutter/clutter-1.0.inc
+++ b/meta/recipes-graphics/clutter/clutter-1.0.inc
@@ -39,10 +39,6 @@ PACKAGECONFIG ??= "x11 glx"
 FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
 
 do_configure_prepend() {
-        # Fix up some weirdness in the docs
-        sed -i s:doc/reference/Makefile::g ${S}/configure.ac
-        sed -i s:doc::g ${S}/Makefile.am
-
 	# see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this
 	touch -t 200001010000 po/clutter-1.0.pot
 }
-- 
1.7.10.4



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

* Re: [PATCH 1/2] cogl: remove documentation hacks
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Tomas Frydrych @ 2013-05-30 13:57 UTC (permalink / raw)
  To: openembedded-core

On 30/05/13 14:22, Ross Burton wrote:
> 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/*"

Acked-by: Tomas Frydrych <tomas@sleepfive.com>

-- 
http://sleepfive.com


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

* Re: [PATCH 2/2] clutter: remove documentation hacks
  2013-05-30 13:22 ` [PATCH 2/2] clutter: " Ross Burton
@ 2013-05-30 13:57   ` Tomas Frydrych
  0 siblings, 0 replies; 4+ messages in thread
From: Tomas Frydrych @ 2013-05-30 13:57 UTC (permalink / raw)
  To: openembedded-core

On 30/05/13 14:22, Ross Burton wrote:
> 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/clutter/clutter-1.0.inc |    4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc
> index e1d3cf4..68cb22b 100644
> --- a/meta/recipes-graphics/clutter/clutter-1.0.inc
> +++ b/meta/recipes-graphics/clutter/clutter-1.0.inc
> @@ -39,10 +39,6 @@ PACKAGECONFIG ??= "x11 glx"
>  FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
>  
>  do_configure_prepend() {
> -        # Fix up some weirdness in the docs
> -        sed -i s:doc/reference/Makefile::g ${S}/configure.ac
> -        sed -i s:doc::g ${S}/Makefile.am
> -
>  	# see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this
>  	touch -t 200001010000 po/clutter-1.0.pot
>  }

Acked-by: Tomas Frydrych <tomas@sleepfive.com>


-- 
http://sleepfive.com


^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox