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:
parent
0df253cc04
commit
93a6545591
2 changed files with 0 additions and 14 deletions
|
@ -71,11 +71,4 @@ define Build/Compile/HostPyMod
|
||||||
$(3))
|
$(3))
|
||||||
endef
|
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
|
endif # __python_host_mk_inc
|
||||||
|
|
|
@ -71,11 +71,4 @@ define Build/Compile/HostPy3Mod
|
||||||
$(3))
|
$(3))
|
||||||
endef
|
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
|
endif # __python3_host_mk_inc
|
||||||
|
|
Loading…
Reference in a new issue