Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] host-genimage: add host-mtools to dependency list
@ 2019-02-01  9:13 Alexandru Ardelean
  2019-02-01 11:59 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandru Ardelean @ 2019-02-01  9:13 UTC (permalink / raw)
  To: buildroot

From: Alexandru Ardelean <ardeleanalex@gmail.com>

The mcopy command is needed to generate vfat images.
If the host system has mtools installed, all is fine, since `genimage`
would use it.

But since there is already a `host-mtools` build in the buildroot
packages, then this can be used instead.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
---
 package/genimage/genimage.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/genimage/genimage.mk b/package/genimage/genimage.mk
index 393c3e9b94..18eea58af2 100644
--- a/package/genimage/genimage.mk
+++ b/package/genimage/genimage.mk
@@ -7,7 +7,7 @@
 GENIMAGE_VERSION = 10
 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
 
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-04 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-01  9:13 [Buildroot] [PATCH] host-genimage: add host-mtools to dependency list Alexandru Ardelean
2019-02-01 11:59 ` Peter Korsgaard
2019-02-01 13:07   ` Alexandru Ardelean
2019-02-04 10:10     ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox