diff mbox series

[1/2] package/python-enum34: enable host build

Message ID 1538165075-58848-1-git-send-email-matthew.weber@rockwellcollins.com
State Accepted
Headers show
Series [1/2] package/python-enum34: enable host build | expand

Commit Message

Matt Weber Sept. 28, 2018, 8:04 p.m. UTC
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(+)

Comments

Thomas Petazzoni Oct. 9, 2018, 1:43 p.m. UTC | #1
Hello,

On Fri, 28 Sep 2018 15:04:34 -0500, Matt Weber wrote:
> 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(+)

Both applied to master. Thanks!

Thomas
diff mbox series

Patch

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