[Buildroot] [git commit] python-decorator: update to add host package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Mar 25 20:25:41 UTC 2018


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

Update to add host package for python decorator

Signed-off-by: Jared Bents <jared.bents at rockwellcollins.com>
Reviewed-by: Yegor Yefremov <yegorslists at googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python-decorator/python-decorator.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-decorator/python-decorator.mk b/package/python-decorator/python-decorator.mk
index c0c43f6096..3802f3dc16 100644
--- a/package/python-decorator/python-decorator.mk
+++ b/package/python-decorator/python-decorator.mk
@@ -11,3 +11,4 @@ PYTHON_DECORATOR_LICENSE = BSD-2-Clause
 PYTHON_DECORATOR_SETUP_TYPE = setuptools
 
 $(eval $(python-package))
+$(eval $(host-python-package))


More information about the buildroot mailing list