Skip to content

Commit

Permalink
host-genimage: add host-mtools to dependency list
Browse files Browse the repository at this point in the history
The mcopy command is needed to generate vfat images.
This previously worked because the host had this probably installed via
package manager.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
  • Loading branch information
commodo committed May 4, 2018
1 parent b5fd2f3 commit 980d892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/genimage/genimage.mk
Expand Up @@ -7,7 +7,7 @@
GENIMAGE_VERSION = 9
GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
GENIMAGE_SITE = https://github.com/pengutronix/genimage/releases/download/v$(GENIMAGE_VERSION)
HOST_GENIMAGE_DEPENDENCIES = host-pkgconf host-libconfuse
HOST_GENIMAGE_DEPENDENCIES = host-pkgconf host-libconfuse host-mtools
GENIMAGE_LICENSE = GPL-2.0
GENIMAGE_LICENSE_FILES = COPYING

Expand Down

0 comments on commit 980d892

Please sign in to comment.