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>
Thu, 19 Jan 2017 01:44:08 +0000 (02:44 +0100)
commit1fb673ee12cad775acf8cb89fc8608e8c3c457a2
tree77fa1e381e14239ab2ed4f3e6225935fc6e4b272
parent421a6d314a0c8a8ff9e8ede2677007e8fcac3919
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