Browse Source

python,python3: drop HostPy/Compile/Default rules

Not used, and will not be used.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 8 years ago
parent
commit
93a6545591
2 changed files with 0 additions and 14 deletions
  1. +0
    -7
      lang/python/python/files/python-host.mk
  2. +0
    -7
      lang/python/python3/files/python3-host.mk

+ 0
- 7
lang/python/python/files/python-host.mk 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

+ 0
- 7
lang/python/python3/files/python3-host.mk 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

Loading…
Cancel
Save