All of lore.kernel.org
 help / color / mirror / Atom feed
* Subversion does not support http protocol anymore
@ 2014-07-25 18:30 Stefan sat
  2014-07-25 20:13 ` Martin Jansa
  2014-07-25 20:28 ` Saul Wold
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan sat @ 2014-07-25 18:30 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 426 bytes --]

Hello since a certain time native subversion build of 
openembedded-oe-core does not support http protocol anymore.

I found out that it is just the missing neon-config script file.

Whitout this the subversion_1.7.10.bb builds whitout neon support.

It was just ok by removing binconfig-disabled by 
meta/recipes-support/neon/neon_0.30.0.bb

Then rebuild neon and subversion.

Included git patch file

Thank's

[-- Attachment #2: neon-subversion-openemebedded-oe-core.patch --]
[-- Type: text/x-patch, Size: 1168 bytes --]

From 23996da1c500a6851e98f93706b09dd819f17312 Mon Sep 17 00:00:00 2001
From: Christophe Van Reusel <christophe@stefan2l>
Date: Fri, 25 Jul 2014 19:01:28 +0200
Subject: [PATCH] Changed neon bb file to not inherit binconfig-disabled

neon-config script file needed to compile subversion with http support.

 Committer: Christophe Van Reusel <stefansat@telenet.be>

 Changes to be committed:

	modified:   meta/recipes-support/neon/neon_0.30.0.bb
---
 meta/recipes-support/neon/neon_0.30.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/neon/neon_0.30.0.bb b/meta/recipes-support/neon/neon_0.30.0.bb
index 61bd7d9..c257215 100644
--- a/meta/recipes-support/neon/neon_0.30.0.bb
+++ b/meta/recipes-support/neon/neon_0.30.0.bb
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "2962cfcb5d30f3272e3d2fa0e473434419770a3801afe3d46e5d165078
 
 BINCONFIG = "${bindir}/neon-config"
 
-inherit autotools binconfig-disabled lib_package pkgconfig
+inherit autotools lib_package pkgconfig
 
 EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
 EXTRA_OECONF += "--without-gssapi"
-- 
1.9.1


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

* Re: Subversion does not support http protocol anymore
  2014-07-25 18:30 Subversion does not support http protocol anymore Stefan sat
@ 2014-07-25 20:13 ` Martin Jansa
  2014-07-25 20:28 ` Saul Wold
  1 sibling, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-07-25 20:13 UTC (permalink / raw)
  To: Stefan sat; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2062 bytes --]

On Fri, Jul 25, 2014 at 08:30:12PM +0200, Stefan sat wrote:
> Hello since a certain time native subversion build of 
> openembedded-oe-core does not support http protocol anymore.
> 
> I found out that it is just the missing neon-config script file.
> 
> Whitout this the subversion_1.7.10.bb builds whitout neon support.
> 
> It was just ok by removing binconfig-disabled by 
> meta/recipes-support/neon/neon_0.30.0.bb
> 
> Then rebuild neon and subversion.
> 
> Included git patch file

Wasn't it fixed recently by adding serf to oe-core?

> From 23996da1c500a6851e98f93706b09dd819f17312 Mon Sep 17 00:00:00 2001
> From: Christophe Van Reusel <christophe@stefan2l>
> Date: Fri, 25 Jul 2014 19:01:28 +0200
> Subject: [PATCH] Changed neon bb file to not inherit binconfig-disabled
> 
> neon-config script file needed to compile subversion with http support.
> 
>  Committer: Christophe Van Reusel <stefansat@telenet.be>
> 
>  Changes to be committed:
> 
> 	modified:   meta/recipes-support/neon/neon_0.30.0.bb
> ---
>  meta/recipes-support/neon/neon_0.30.0.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-support/neon/neon_0.30.0.bb b/meta/recipes-support/neon/neon_0.30.0.bb
> index 61bd7d9..c257215 100644
> --- a/meta/recipes-support/neon/neon_0.30.0.bb
> +++ b/meta/recipes-support/neon/neon_0.30.0.bb
> @@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "2962cfcb5d30f3272e3d2fa0e473434419770a3801afe3d46e5d165078
>  
>  BINCONFIG = "${bindir}/neon-config"
>  
> -inherit autotools binconfig-disabled lib_package pkgconfig
> +inherit autotools lib_package pkgconfig
>  
>  EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
>  EXTRA_OECONF += "--without-gssapi"
> -- 
> 1.9.1
> 

> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: Subversion does not support http protocol anymore
  2014-07-25 18:30 Subversion does not support http protocol anymore Stefan sat
  2014-07-25 20:13 ` Martin Jansa
@ 2014-07-25 20:28 ` Saul Wold
  2014-07-25 22:55   ` Stefan sat
  1 sibling, 1 reply; 4+ messages in thread
From: Saul Wold @ 2014-07-25 20:28 UTC (permalink / raw)
  To: Stefan sat, openembedded-core

On 07/25/2014 11:30 AM, Stefan sat wrote:
> Hello since a certain time native subversion build of
> openembedded-oe-core does not support http protocol anymore.
>
> I found out that it is just the missing neon-config script file.
>
> Whitout this the subversion_1.7.10.bb builds whitout neon support.
>
> It was just ok by removing binconfig-disabled by
> meta/recipes-support/neon/neon_0.30.0.bb
>
> Then rebuild neon and subversion.
>
> Included git patch file
>

Richard recently updated subversion to 1.8.9, which uses serf instead of 
neon.  If this patch is for Daisy, please update it as mentioned here.

Can you please add a Signed-off-by: and use git format-patch, also look 
at this wiki:

http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

Please format the commit message correctly and then re-submit with a 
[daisy] tag if appropriate.

Thanks
	Sau!

> Thank's
>
>


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

* Re: Subversion does not support http protocol anymore
  2014-07-25 20:28 ` Saul Wold
@ 2014-07-25 22:55   ` Stefan sat
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan sat @ 2014-07-25 22:55 UTC (permalink / raw)
  To: openembedded-core

Op 25-07-14 om 22:28 schreef Saul Wold:
> On 07/25/2014 11:30 AM, Stefan sat wrote:
>> Hello since a certain time native subversion build of
>> openembedded-oe-core does not support http protocol anymore.
>>
>> I found out that it is just the missing neon-config script file.
>>
>> Whitout this the subversion_1.7.10.bb builds whitout neon support.
>>
>> It was just ok by removing binconfig-disabled by
>> meta/recipes-support/neon/neon_0.30.0.bb
>>
>> Then rebuild neon and subversion.
>>
>> Included git patch file
>>
>
> Richard recently updated subversion to 1.8.9, which uses serf instead 
> of neon.  If this patch is for Daisy, please update it as mentioned here.
>
> Can you please add a Signed-off-by: and use git format-patch, also 
> look at this wiki:
>
> http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
>
> Please format the commit message correctly and then re-submit with a 
> [daisy] tag if appropriate.
>
> Thanks
>     Sau!
>
>> Thank's
>>
>>
>
I just saw that the used openembedded-core in openpli-4.0 is not up to 
date with the current master, and so still has the head rev where 
subversion_1.7.10 was used . But by neon the binconfig-disabled was 
inherited. No with 1.8.9 neon is not needed any more

sorry, disregard the patch

Thanks anyway.


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

end of thread, other threads:[~2014-07-25 22:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-25 18:30 Subversion does not support http protocol anymore Stefan sat
2014-07-25 20:13 ` Martin Jansa
2014-07-25 20:28 ` Saul Wold
2014-07-25 22:55   ` Stefan sat

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.