mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
dbus-python: add host package
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. The target dbus-python depends on dbus instead of selecting it because dbus has dependencies that check that it is supported. Using 'select' would override those dependencies. For host-dbus, there are no such checks -- it's assumed the host has the features neeeded to run dbus, so it is okay to just depend on host-dbus. The pyexpat dependency is not needed, as it is forced on for host-python. Signed-off-by: Brent Generous <bgenerous@impinj.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
2c8ff251cb
commit
6fa51d247b
6
package/dbus-python/Config.in.host
Normal file
6
package/dbus-python/Config.in.host
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_HOST_DBUS_PYTHON
|
||||
bool "host dbus-python"
|
||||
help
|
||||
Python bindings for D-Bus
|
||||
|
||||
http://dbus.freedesktop.org/doc/dbus-python/
|
||||
Reference in New Issue
Block a user