[Buildroot] [PATCH] python-toml: add host variant of the package

Andrey Smirnov andrew.smirnov at gmail.com
Tue Jul 25 04:51:32 UTC 2017


Add host variant of the package to make it availible to custom host
tools that might want to use it.

Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
---
 package/python-toml/python-toml.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python-toml/python-toml.mk b/package/python-toml/python-toml.mk
index fec113e1c..cd449761b 100644
--- a/package/python-toml/python-toml.mk
+++ b/package/python-toml/python-toml.mk
@@ -11,3 +11,5 @@ PYTHON_TOML_LICENSE = MIT
 PYTHON_TOML_LICENSE_FILES = LICENSE
 
 $(eval $(python-package))
+$(eval $(host-python-package))
+
-- 
2.13.3



More information about the buildroot mailing list