From 93a6545591cb5208f297c0b95d56470ae26f45b3 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 19 Jul 2017 10:07:35 +0300 Subject: [PATCH] python,python3: drop HostPy/Compile/Default rules Not used, and will not be used. Signed-off-by: Alexandru Ardelean --- lang/python/python/files/python-host.mk | 7 ------- lang/python/python3/files/python3-host.mk | 7 ------- 2 files changed, 14 deletions(-) diff --git a/lang/python/python/files/python-host.mk b/lang/python/python/files/python-host.mk index 6953a09d9..17e0758dd 100644 --- a/lang/python/python/files/python-host.mk +++ b/lang/python/python/files/python-host.mk @@ -71,11 +71,4 @@ define Build/Compile/HostPyMod $(3)) endef -define HostPy/Compile/Default - $(call Build/Compile/HostPyMod,,\ - install --root="$(STAGING_DIR_HOSTPKG)" --prefix="" \ - --single-version-externally-managed \ - ) -endef - endif # __python_host_mk_inc diff --git a/lang/python/python3/files/python3-host.mk b/lang/python/python3/files/python3-host.mk index 3abf6aa5f..487aada30 100644 --- a/lang/python/python3/files/python3-host.mk +++ b/lang/python/python3/files/python3-host.mk @@ -71,11 +71,4 @@ define Build/Compile/HostPy3Mod $(3)) endef -define HostPy3/Compile/Default - $(call Build/Compile/HostPy3Mod,,\ - install --root="$(STAGING_DIR_HOSTPKG)" --prefix="" \ - --single-version-externally-managed \ - ) -endef - endif # __python3_host_mk_inc