[Buildroot] [PATCH v2 1/3] package/python-protobuf: Allow generating host-python-protobuf

Tiago Brusamarello tiago.brusamarello at datacom.ind.br
Tue Jul 19 12:31:11 UTC 2016


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 at 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



More information about the buildroot mailing list