[Buildroot] [git commit branch/2018.02.x] package/python-enum34: enable host build

Peter Korsgaard peter at korsgaard.com
Tue Oct 23 22:48:13 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=b150c9fa627e053b29e7832689c928d40fc3ada6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.02.x

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

Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 3ec98f0564dfa68d55b52b2815f8017455993ea9)
Signed-off-by: Peter Korsgaard <peter at korsgaard.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 c612cb65e2..09d1143ab9 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))


More information about the buildroot mailing list