dbus-python: add host package
authorBrent Generous <bgenerous@impinj.com>
Fri, 9 Nov 2018 00:38:55 +0000 (00:38 +0000)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 1 Aug 2019 10:52:29 +0000 (12:52 +0200)
commit6fa51d247bfad150232185d8b500bce1e5c94355
treee755590b2191a8b8d0cc2e282f531f578f588466
parent2c8ff251cb16d38fb417a488ee0367cd03eebda2
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>
package/Config.in.host
package/dbus-python/Config.in.host [new file with mode: 0644]
package/dbus-python/dbus-python.mk