mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
python packages: update host install path
Host installs should now go into $(STAGING_DIR_HOST)/usr to match python-host.mk. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ define Build/Compile
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Compile
|
define Host/Compile
|
||||||
$(call Build/Compile/HostPyMod,,install --prefix="" --root="$(STAGING_DIR_HOST)")
|
$(call Build/Compile/HostPyMod,,install --prefix="/usr" --root="$(STAGING_DIR_HOST)")
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ define Build/InstallDev
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Compile
|
define Host/Compile
|
||||||
$(call Build/Compile/HostPyMod,,install --prefix="" --root="$(STAGING_DIR_HOST)")
|
$(call Build/Compile/HostPyMod,,install --prefix="/usr" --root="$(STAGING_DIR_HOST)")
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ define Build/Compile
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Compile
|
define Host/Compile
|
||||||
$(call Build/Compile/HostPyMod,,install --prefix="" --root="$(STAGING_DIR_HOST)")
|
$(call Build/Compile/HostPyMod,,install --prefix="/usr" --root="$(STAGING_DIR_HOST)")
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ endef
|
|||||||
|
|
||||||
define Host/Compile
|
define Host/Compile
|
||||||
$(call Build/Compile/HostPyMod,,\
|
$(call Build/Compile/HostPyMod,,\
|
||||||
install --root="$(STAGING_DIR_HOST)" --prefix="" \
|
install --root="$(STAGING_DIR_HOST)" --prefix="/usr" \
|
||||||
--single-version-externally-managed \
|
--single-version-externally-managed \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user