All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] dbus-python: add host package
@ 2018-10-15 23:51 Brent Generous
  2018-10-22 22:19 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Brent Generous @ 2018-10-15 23:51 UTC (permalink / raw)
  To: buildroot

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@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] dbus-python: add host package
  2018-10-15 23:51 [Buildroot] [PATCH 1/1] dbus-python: add host package Brent Generous
@ 2018-10-22 22:19 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2018-10-22 22:19 UTC (permalink / raw)
  To: buildroot

 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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-22 22:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-15 23:51 [Buildroot] [PATCH 1/1] dbus-python: add host package Brent Generous
2018-10-22 22:19 ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.