diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-12 18:27:59 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-13 10:54:39 +0200 |
commit | bd3a3f604ee7d4ab296e1f2ef203f926706a5e50 (patch) | |
tree | e926ae8c406fc84e0538a3c35c960fb47f6cefd3 /package/python-incremental | |
parent | d3921001a9b31a195fd323b7596e9e3c0f412faf (diff) | |
download | buildroot-bd3a3f604ee7d4ab296e1f2ef203f926706a5e50.tar.gz buildroot-bd3a3f604ee7d4ab296e1f2ef203f926706a5e50.zip |
python-incremental: add host variant
A host variant of the python-incremental package will be needed for
the python-treq package.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-incremental')
-rw-r--r-- | package/python-incremental/python-incremental.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python-incremental/python-incremental.mk b/package/python-incremental/python-incremental.mk index 64eda68e85..fc1975ffd9 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)) |