[Buildroot] [git commit] python-incremental: add host variant

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Jul 13 08:54:39 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=bd3a3f604ee7d4ab296e1f2ef203f926706a5e50
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

A host variant of the python-incremental package will be needed for
the python-treq package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Reviewed-by: Yegor Yefremov <yegorslists at googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/python-incremental/python-incremental.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-incremental/python-incremental.mk b/package/python-incremental/python-incremental.mk
index 64eda68..fc1975f 100644
--- a/package/python-incremental/python-incremental.mk
+++ b/package/python-incremental/python-incremental.mk
@@ -12,3 +12,4 @@ PYTHON_INCREMENTAL_LICENSE = MIT
 PYTHON_INCREMENTAL_LICENSE_FILES = LICENSE
 
 $(eval $(python-package))
+$(eval $(host-python-package))


More information about the buildroot mailing list