mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user