49202b307f
Now that the package infrastructure doesn't attempt to download a package that has an empty version string, there's no need to define the SOURCE variable in the mke2img package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
383 B
Makefile
14 lines
383 B
Makefile
################################################################################
|
|
#
|
|
# mke2img
|
|
#
|
|
################################################################################
|
|
|
|
HOST_MKE2IMG_DEPENDENCIES = host-genext2fs host-e2fsprogs
|
|
|
|
define HOST_MKE2IMG_INSTALL_CMDS
|
|
$(INSTALL) -D -m 0755 package/mke2img/mke2img $(HOST_DIR)/usr/bin/mke2img
|
|
endef
|
|
|
|
$(eval $(host-generic-package))
|