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>
This commit is contained in:
parent
5fb048645b
commit
5a641969ae
@ -12,3 +12,4 @@ PYTHON_MARKUPSAFE_LICENSE = BSD-3c
|
||||
PYTHON_MARKUPSAFE_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
|
Loading…
Reference in New Issue
Block a user