From: Alexandru Ardelean Date: Fri, 6 Jan 2017 14:46:39 +0000 (+0200) Subject: python: remove Host/Install rule default add X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ed5cd3e2ced80cbdde5c18b74a0aceec1f38867c;p=openwrt-packages.git 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 --- 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