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:
Jeffery To
2015-12-30 22:43:40 +08:00
parent ad987faf15
commit 7389d3d5c5
4 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ define Build/InstallDev
endef
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
define Host/Install