Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] python-protobuf: Allow host building
@ 2016-11-17  6:12 William A. Kennington III
  2016-11-17  8:32 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: William A. Kennington III @ 2016-11-17  6:12 UTC (permalink / raw)
  To: buildroot

Currently python-protobuf does not allow the building as a host package
during a cross compile. We would like to be able to build nanopb as a
host package but can't without host-python-protobuf.

Google-Bug-Id: 28000875
Change-Id: Id09f461bda3f9c7a0bd6b5c36a6a8fa92e4adb27
Signed-off-by: William A. Kennington III <wak@google.com>
---
  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..d46bda2 100644
--- a/package/python-protobuf/python-protobuf.mk
+++ b/package/python-protobuf/python-protobuf.mk
@@ -13,4 +13,5 @@ PYTHON_PROTOBUF_DEPENDENCIES = host-protobuf
  PYTHON_PROTOBUF_SETUP_TYPE = setuptools
  PYTHON_PROTOBUF_SUBDIR = python

+$(eval $(host-python-package))
  $(eval $(python-package))
-- 
2.10.2

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

end of thread, other threads:[~2016-11-17 19:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-17  6:12 [Buildroot] [PATCH 1/1] python-protobuf: Allow host building William A. Kennington III
2016-11-17  8:32 ` Thomas Petazzoni
2016-11-17  8:51   ` William Kennington
2016-11-17  9:14     ` Thomas Petazzoni
2016-11-17 19:10       ` William Kennington

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox