build: fix triggering opkg/host compilation
authorJo-Philipp Wich <jo@mein.io>
Thu, 19 Jan 2017 01:41:02 +0000 (02:41 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sun, 9 Apr 2017 13:42:20 +0000 (15:42 +0200)
commitc6e79980b87e918fec5020bf91207ef51c24924d
tree0dc17bc521e2c94718ea64302b8fa7bfa54ab16c
parent5866ff8be8ef961cf17c4469f5afb54f91570b95
build: fix triggering opkg/host compilation

Commit 131db36 "build: remove separate /install step for host builds" dropped
the package/*/host/install targets in favor to performing the install steps
within the compile target instead.

Adjust package/Makefile accordingly in order to prevent a missing
staging_dir/host/bin/opkg when staging package archives into the rootfs.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/Makefile