All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/python-protobuf: Allow generating host-python-protobuf
@ 2016-06-30 12:53 Tiago Brusamarello
  2016-06-30 12:53 ` [Buildroot] [PATCH 2/3] package/protoc-gen-lua: new package Tiago Brusamarello
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Tiago Brusamarello @ 2016-06-30 12:53 UTC (permalink / raw)
  To: buildroot

This change allows use of python-protobuf libraries on the host, so
'protoc-gen-lua' plugin for the 'protoc' tool can be run on 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] 10+ messages in thread

end of thread, other threads:[~2016-07-18 20:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-30 12:53 [Buildroot] [PATCH 1/3] package/python-protobuf: Allow generating host-python-protobuf Tiago Brusamarello
2016-06-30 12:53 ` [Buildroot] [PATCH 2/3] package/protoc-gen-lua: new package Tiago Brusamarello
2016-07-16 10:01   ` Romain Naour
2016-07-16 10:36   ` Thomas Petazzoni
2016-06-30 12:53 ` [Buildroot] [PATCH 3/3] package/protobuf-lua: " Tiago Brusamarello
2016-07-16 10:25   ` Romain Naour
2016-07-18 17:31     ` Tiago Brusamarello
2016-07-18 20:06       ` Romain Naour
2016-07-16 10:39   ` Thomas Petazzoni
2016-07-16  9:56 ` [Buildroot] [PATCH 1/3] package/python-protobuf: Allow generating host-python-protobuf Romain Naour

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.