Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mke2img / mke2img.mk
1 ################################################################################
2 #
3 # mke2img
4 #
5 ################################################################################
6
7 HOST_MKE2IMG_SOURCE =
8 HOST_MKE2IMG_DEPENDENCIES = host-genext2fs host-e2fsprogs
9
10 define HOST_MKE2IMG_INSTALL_CMDS
11         $(INSTALL) -D -m 0755 package/mke2img/mke2img $(HOST_DIR)/usr/bin/mke2img
12 endef
13
14 $(eval $(host-generic-package))