All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] python-six: add host variant
@ 2017-09-08 14:14 Julien Floret
  2017-09-08 21:21 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Julien Floret @ 2017-09-08 14:14 UTC (permalink / raw)
  To: buildroot

From: Samuel Gauthier <samuel.gauthier@6wind.com>

Needed to build Open vSwitch >= 2.6.

Signed-off-by: Samuel Gauthier <samuel.gauthier@6wind.com>
Signed-off-by: Julien Floret <julien.floret@6wind.com>
---
 package/python-six/python-six.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-six/python-six.mk b/package/python-six/python-six.mk
index 0edefe346fdb..850f9340d322 100644
--- a/package/python-six/python-six.mk
+++ b/package/python-six/python-six.mk
@@ -12,3 +12,4 @@ PYTHON_SIX_LICENSE = MIT
 PYTHON_SIX_LICENSE_FILES = LICENSE
 
 $(eval $(python-package))
+$(eval $(host-python-package))
-- 
2.13.1

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

* [Buildroot] [PATCH] python-six: add host variant
  2017-09-08 14:14 [Buildroot] [PATCH] python-six: add host variant Julien Floret
@ 2017-09-08 21:21 ` Thomas Petazzoni
  2017-09-11  8:39   ` Julien Floret
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2017-09-08 21:21 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri,  8 Sep 2017 16:14:14 +0200, Julien Floret wrote:
> From: Samuel Gauthier <samuel.gauthier@6wind.com>
> 
> Needed to build Open vSwitch >= 2.6.
> 
> Signed-off-by: Samuel Gauthier <samuel.gauthier@6wind.com>
> Signed-off-by: Julien Floret <julien.floret@6wind.com>

Do you plan to submit a patch adding Open vSwitch ?

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] python-six: add host variant
  2017-09-08 21:21 ` Thomas Petazzoni
@ 2017-09-11  8:39   ` Julien Floret
  2017-09-12 15:07     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Julien Floret @ 2017-09-11  8:39 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

2017-09-08 23:21 GMT+02:00 Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>:
> Hello,
>
> On Fri,  8 Sep 2017 16:14:14 +0200, Julien Floret wrote:
>> From: Samuel Gauthier <samuel.gauthier@6wind.com>
>>
>> Needed to build Open vSwitch >= 2.6.
>>
>> Signed-off-by: Samuel Gauthier <samuel.gauthier@6wind.com>
>> Signed-off-by: Julien Floret <julien.floret@6wind.com>
>
> Do you plan to submit a patch adding Open vSwitch ?

Unfortunately I don't think so, our integration is too custom and far
from upstreamable...
Maybe we should introduce a Config.in.host option for explicitly
enabling python-six host variant for external packages, like it is
done e.g. in python-lxml?

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

* [Buildroot] [PATCH] python-six: add host variant
  2017-09-11  8:39   ` Julien Floret
@ 2017-09-12 15:07     ` Thomas Petazzoni
  2017-09-13 12:26       ` Julien Floret
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2017-09-12 15:07 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 11 Sep 2017 10:39:04 +0200, Julien Floret wrote:

> > Do you plan to submit a patch adding Open vSwitch ?  
> 
> Unfortunately I don't think so, our integration is too custom and far
> from upstreamable...

OK.

> Maybe we should introduce a Config.in.host option for explicitly
> enabling python-six host variant for external packages, like it is
> done e.g. in python-lxml?

Yes, perhaps we should to that.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] python-six: add host variant
  2017-09-12 15:07     ` Thomas Petazzoni
@ 2017-09-13 12:26       ` Julien Floret
  0 siblings, 0 replies; 5+ messages in thread
From: Julien Floret @ 2017-09-13 12:26 UTC (permalink / raw)
  To: buildroot

2017-09-12 17:07 GMT+02:00 Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>:
> Hello,
>
> On Mon, 11 Sep 2017 10:39:04 +0200, Julien Floret wrote:
>
>> > Do you plan to submit a patch adding Open vSwitch ?
>>
>> Unfortunately I don't think so, our integration is too custom and far
>> from upstreamable...
>
> OK.
>
>> Maybe we should introduce a Config.in.host option for explicitly
>> enabling python-six host variant for external packages, like it is
>> done e.g. in python-lxml?
>
> Yes, perhaps we should to that.
>
> Thanks!

OK, I will send a v2 with the Config.in.host option. Thanks.

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

end of thread, other threads:[~2017-09-13 12:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-08 14:14 [Buildroot] [PATCH] python-six: add host variant Julien Floret
2017-09-08 21:21 ` Thomas Petazzoni
2017-09-11  8:39   ` Julien Floret
2017-09-12 15:07     ` Thomas Petazzoni
2017-09-13 12:26       ` Julien Floret

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.