All of lore.kernel.org
 help / color / mirror / Atom feed
* epiphany still broken
@ 2011-01-11  7:04 Steffen Sledz
  2011-01-12 10:01 ` Steffen Sledz
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Sledz @ 2011-01-11  7:04 UTC (permalink / raw)
  To: openembedded-devel

I'm back to OE after two month and do_configure for epiphany-2.30.2 still fails [1]. :(

As mentioned in earlier threads[2] i'll push my original patch which disables the ca-file use [3], if nobody can fix this in the next days.

Steffen

[1] <http://tinderbox.openembedded.org/packages/1591919/>
[2] <http://thread.gmane.org/gmane.comp.handhelds.openembedded/38251/focus=38830>
[3] <http://thread.gmane.org/gmane.comp.handhelds.openembedded/37453/focus=37585>




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

* Re: epiphany still broken
  2011-01-11  7:04 epiphany still broken Steffen Sledz
@ 2011-01-12 10:01 ` Steffen Sledz
  2011-01-12 10:09   ` [PATCH] epiphany-2.30.2: unbreak build by disabling CA files Steffen Sledz
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Sledz @ 2011-01-12 10:01 UTC (permalink / raw)
  To: openembedded-devel

On 01/11/2011 08:04 AM, Steffen Sledz wrote:
> I'm back to OE after two month and do_configure for epiphany-2.30.2
> still fails [1]. :(
> 
> As mentioned in earlier threads[2] i'll push my original patch which
> disables the ca-file use [3], if nobody can fix this in the next days.
> 
> Steffen
> 
> [1] <http://tinderbox.openembedded.org/packages/1591919/>
> [2] <http://thread.gmane.org/gmane.comp.handhelds.openembedded/38251/focus=38830>
> [3] <http://thread.gmane.org/gmane.comp.handhelds.openembedded/37453/focus=37585>

I'll resend my original patch to bring it to patchwork.

Steffen



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

* [PATCH] epiphany-2.30.2: unbreak build by disabling CA files
  2011-01-12 10:01 ` Steffen Sledz
@ 2011-01-12 10:09   ` Steffen Sledz
  2011-01-12 10:20     ` Graeme Gregory
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Sledz @ 2011-01-12 10:09 UTC (permalink / raw)
  To: openembedded-devel

This is a workaround to unbreak the build of epiphany for various host
operating systems, since nobody was able/willing to fix it in the right
way.

see also:
* <http://thread.gmane.org/gmane.comp.handhelds.openembedded/38251>
* <http://thread.gmane.org/gmane.comp.handhelds.openembedded/41291>

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
---
 recipes/gnome/epiphany_2.30.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/epiphany_2.30.2.bb b/recipes/gnome/epiphany_2.30.2.bb
index 57a5d9a..3a8b5f5 100644
--- a/recipes/gnome/epiphany_2.30.2.bb
+++ b/recipes/gnome/epiphany_2.30.2.bb
@@ -11,7 +11,7 @@ SRC_URI[archive.md5sum] = "29b084acfa016540d91d3601ec3dff5c"
 SRC_URI[archive.sha256sum] = "cd0124e71e72142593cfeb442d58d97e99ba94ace6e31d94717fe977c0bfb98a"
 
 
-EXTRA_OECONF += "--disable-nss --with-engine=webkit --with-distributor-name=${DISTRO}"
+EXTRA_OECONF += "--disable-nss --with-engine=webkit --with-distributor-name=${DISTRO} --without-ca-file"
 
 do_configure_prepend() {
         touch ${S}/gnome-doc-utils.make
-- 
1.7.1




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

* Re: [PATCH] epiphany-2.30.2: unbreak build by disabling CA files
  2011-01-12 10:09   ` [PATCH] epiphany-2.30.2: unbreak build by disabling CA files Steffen Sledz
@ 2011-01-12 10:20     ` Graeme Gregory
  0 siblings, 0 replies; 4+ messages in thread
From: Graeme Gregory @ 2011-01-12 10:20 UTC (permalink / raw)
  To: openembedded-devel

On 12/01/2011 10:09, Steffen Sledz wrote:
> This is a workaround to unbreak the build of epiphany for various host
> operating systems, since nobody was able/willing to fix it in the right
> way.
>
> see also:
> * <http://thread.gmane.org/gmane.comp.handhelds.openembedded/38251>
> * <http://thread.gmane.org/gmane.comp.handhelds.openembedded/41291>
>
> Signed-off-by: Steffen Sledz <sledz@dresearch.de>
> ---
>  recipes/gnome/epiphany_2.30.2.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/gnome/epiphany_2.30.2.bb b/recipes/gnome/epiphany_2.30.2.bb
> index 57a5d9a..3a8b5f5 100644
> --- a/recipes/gnome/epiphany_2.30.2.bb
> +++ b/recipes/gnome/epiphany_2.30.2.bb
> @@ -11,7 +11,7 @@ SRC_URI[archive.md5sum] = "29b084acfa016540d91d3601ec3dff5c"
>  SRC_URI[archive.sha256sum] = "cd0124e71e72142593cfeb442d58d97e99ba94ace6e31d94717fe977c0bfb98a"
>  
>  
> -EXTRA_OECONF += "--disable-nss --with-engine=webkit --with-distributor-name=${DISTRO}"
> +EXTRA_OECONF += "--disable-nss --with-engine=webkit --with-distributor-name=${DISTRO} --without-ca-file"
>  
>  do_configure_prepend() {
>          touch ${S}/gnome-doc-utils.make
Acked-by: Graeme Gregory <dp@xora.org.uk>




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

end of thread, other threads:[~2011-01-12 10:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11  7:04 epiphany still broken Steffen Sledz
2011-01-12 10:01 ` Steffen Sledz
2011-01-12 10:09   ` [PATCH] epiphany-2.30.2: unbreak build by disabling CA files Steffen Sledz
2011-01-12 10:20     ` Graeme Gregory

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.