From mboxrd@z Thu Jan 1 00:00:00 1970 From: William A. Kennington III Date: Thu, 8 Dec 2016 17:13:11 -0800 Subject: [Buildroot] [PATCH 1/3] python-protobuf: Allow host building In-Reply-To: <20161209011313.9549-1-wak@google.com> References: <20161209011313.9549-1-wak@google.com> Message-ID: <20161209011313.9549-2-wak@google.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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: 33072942 Change-Id: Id09f461bda3f9c7a0bd6b5c36a6a8fa92e4adb27 Signed-off-by: William A. Kennington III --- 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.8.0.rc3.226.g39d4020