package/yaffs2utils: create $(HOST_DIR)/bin before installation
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 21 Apr 2019 10:32:23 +0000 (12:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 21 Apr 2019 10:32:23 +0000 (12:32 +0200)
commit01a0bd3f739ce1284a89641b7f41705c57b5bd04
treebac1851f1776254731f9555ba0ad0c86a0daaebc
parent762eec1ce974ed8109c588bb12d0b590089ab4eb
package/yaffs2utils: create $(HOST_DIR)/bin before installation

The yaffs2utils Makefile uses plain "cp", which fails when
$(HOST_DIR)/bin doesn't exist. Fix that by creationg $(HOST_DIR)/bin
beforehand.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/199339624

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/yaffs2utils/yaffs2utils.mk