diff options
author | Matt Weber <matthew.weber@rockwellcollins.com> | 2018-09-28 15:04:34 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-09 15:41:01 +0200 |
commit | 3ec98f0564dfa68d55b52b2815f8017455993ea9 (patch) | |
tree | 612d64adc3b0ba2792899ece1042cfec9dc6274a /package/python-enum34/python-enum34.mk | |
parent | f99a1f95c9323b3216ed12d080e800476f3ff91a (diff) | |
download | buildroot-3ec98f0564dfa68d55b52b2815f8017455993ea9.tar.gz buildroot-3ec98f0564dfa68d55b52b2815f8017455993ea9.zip |
package/python-enum34: enable host build
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-enum34/python-enum34.mk')
-rw-r--r-- | package/python-enum34/python-enum34.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |