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

Arnout Vandecappelle arnout at mind.be
Mon Oct 22 22:19:06 UTC 2018


 Hi Brent,

On 10/16/18 12:51 AM, Brent Generous wrote:
> 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))

 We only accept host packages that are either a dependency of some other
package, or can be selected through a Config.in.host option. Otherwise, its
build will never get tested in the autobuilders, and it's not visible.

 Regards,
 Arnout



More information about the buildroot mailing list