All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/python-enum34: enable host build
@ 2018-09-28 20:04 Matt Weber
  2018-09-28 20:04 ` [Buildroot] [PATCH 2/2] package/setools: HOST_ depend on host-python-enum Matt Weber
  2018-10-09 13:43 ` [Buildroot] [PATCH 1/2] package/python-enum34: enable host build Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Matt Weber @ 2018-09-28 20:04 UTC (permalink / raw)
  To: buildroot

This is initially used by the setools package to do offline
policy analysis using host tools.

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
---
 package/python-enum34/python-enum34.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-enum34/python-enum34.mk b/package/python-enum34/python-enum34.mk
index c612cb6..09d1143 100644
--- a/package/python-enum34/python-enum34.mk
+++ b/package/python-enum34/python-enum34.mk
@@ -12,3 +12,4 @@ PYTHON_ENUM34_LICENSE = BSD-3-Clause
 PYTHON_ENUM34_LICENSE_FILES = enum/LICENSE
 
 $(eval $(python-package))
+$(eval $(host-python-package))
-- 
1.9.1

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

end of thread, other threads:[~2018-10-09 13:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-28 20:04 [Buildroot] [PATCH 1/2] package/python-enum34: enable host build Matt Weber
2018-09-28 20:04 ` [Buildroot] [PATCH 2/2] package/setools: HOST_ depend on host-python-enum Matt Weber
2018-10-09 13:43 ` [Buildroot] [PATCH 1/2] package/python-enum34: enable host build Thomas Petazzoni

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.