[Buildroot] [PATCH 1/1] dbus-python: add host package

Brent Generous bgenerous at impinj.com
Mon Oct 15 23:51:15 UTC 2018


This can be useful for Python scripts running on a host machine that
need to connect to a bus on a remote device, e.g. test scripts.

Signed-off-by: Brent Generous <bgenerous at impinj.com>
---
 package/dbus-python/dbus-python.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/dbus-python/dbus-python.mk b/package/dbus-python/dbus-python.mk
index da04b7404f..cc3fd97c9d 100644
--- a/package/dbus-python/dbus-python.mk
+++ b/package/dbus-python/dbus-python.mk
@@ -29,3 +29,4 @@ DBUS_PYTHON_CONF_ENV += \
 endif
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
2.14.4



More information about the buildroot mailing list