python-markupsafe: allow build as host package

python-markupsafe is a dependency for python-jinja2, which can be used
during build time as a host tool to generate code based on templates.
This package is being added host package support mostly to allow
host-python-jinja2 to build.
This has been tested to build and work correctly as a host tool as well.

Signed-off-by: Erico Nunes <erico.nunes@datacom.ind.br>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015.08.x
erico.nunes 2015-01-28 13:14:22 -02:00 committed by Peter Korsgaard
parent 5fb048645b
commit 5a641969ae
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ PYTHON_MARKUPSAFE_LICENSE = BSD-3c
PYTHON_MARKUPSAFE_LICENSE_FILES = LICENSE
$(eval $(python-package))
$(eval $(host-python-package))