python,python3: drop HostPy/Compile/Default rules

Not used, and will not be used.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2017-07-19 10:07:35 +03:00
parent 0df253cc04
commit 93a6545591
2 changed files with 0 additions and 14 deletions

View file

@ -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

View file

@ -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