build: Remove STAGING_DIR_HOST references for InstallDev/UninstallDev
authorJeffery To <jeffery.to@gmail.com>
Sat, 8 Jun 2019 22:00:47 +0000 (06:00 +0800)
committerPetr Štetiar <ynezz@true.cz>
Sun, 1 Mar 2020 20:35:59 +0000 (21:35 +0100)
commitdddcff25501ddd07546be09758fde2a6b56116ca
treef9046baf7e6be2c91e19baff6cb38c613e78d60f
parent12020f8a95d21547bd7d7fd1fef9cdecf2892803
build: Remove STAGING_DIR_HOST references for InstallDev/UninstallDev

Build/InstallDev no longer places a file list in
$(STAGING_DIR_HOST)/packages; this change removes the creation of
$(STAGING_DIR_HOST)/packages and the attempted removal of a
STAGING_DIR_HOST file list during package clean.

This also changes the host directory passed to Build/UninstallDev from
$(STAGING_DIR_HOST) to $(STAGING_DIR)/host, to match the directory
passed to Build/InstallDev.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
include/package.mk