From ed5cd3e2ced80cbdde5c18b74a0aceec1f38867c Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Fri, 6 Jan 2017 16:46:39 +0200 Subject: [PATCH] python: remove Host/Install rule default add I just found out that, that the BUILD_VARIANT var is not set for the host build, so technically this code would never get used. Signed-off-by: Alexandru Ardelean --- lang/python/files/python-host.mk | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lang/python/files/python-host.mk b/lang/python/files/python-host.mk index 7833a0c73..945a2ef65 100644 --- a/lang/python/files/python-host.mk +++ b/lang/python/files/python-host.mk @@ -84,13 +84,4 @@ define HostPy/Compile/Default ) endef -ifeq ($(BUILD_VARIANT),python) -define Host/Compile - $(call HostPy/Compile/Default) -endef - -define Host/Install -endef -endif # python - endif # __python_host_mk_inc