All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-protobuf: Allow generating host-python-protobuf
@ 2016-06-29 20:52 Tiago Brusamarello
  2016-06-30  7:54 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Tiago Brusamarello @ 2016-06-29 20:52 UTC (permalink / raw)
  To: buildroot

This change allows use of python-protobuf libraries on the host.

Signed-off-by: Tiago Brusamarello <tiago.brusamarello@datacom.ind.br>
---
 package/python-protobuf/python-protobuf.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-protobuf/python-protobuf.mk b/package/python-protobuf/python-protobuf.mk
index d8be76d..b328e3e 100644
--- a/package/python-protobuf/python-protobuf.mk
+++ b/package/python-protobuf/python-protobuf.mk
@@ -14,3 +14,4 @@ PYTHON_PROTOBUF_SETUP_TYPE = setuptools
 PYTHON_PROTOBUF_SUBDIR = python
 
 $(eval $(python-package))
+$(eval $(host-python-package))
-- 
1.9.1

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

* [Buildroot] [PATCH 1/1] package/python-protobuf: Allow generating host-python-protobuf
  2016-06-29 20:52 [Buildroot] [PATCH 1/1] package/python-protobuf: Allow generating host-python-protobuf Tiago Brusamarello
@ 2016-06-30  7:54 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-06-30  7:54 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 29 Jun 2016 17:52:19 -0300, Tiago Brusamarello wrote:
> This change allows use of python-protobuf libraries on the host.

Hum, ok, but why? What is the use case?

Thanks,

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

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

end of thread, other threads:[~2016-06-30  7:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-29 20:52 [Buildroot] [PATCH 1/1] package/python-protobuf: Allow generating host-python-protobuf Tiago Brusamarello
2016-06-30  7:54 ` Thomas Petazzoni

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.