Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/genimage : fix dependency to host-mtools mcopy is used by genimage when creating fat parts
@ 2021-01-07 11:06 Fabien Lehoussel
  2021-01-07 15:11 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Fabien Lehoussel @ 2021-01-07 11:06 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabien Lehoussel <fabien.lehoussel@medianesysteme.com>
---
 package/genimage/Config.in.host | 1 +
 package/genimage/genimage.mk    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/genimage/Config.in.host b/package/genimage/Config.in.host
index cf831a143c..8db7eed8e4 100644
--- a/package/genimage/Config.in.host
+++ b/package/genimage/Config.in.host
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_HOST_GENIMAGE
 	bool "host genimage"
+	select BR2_PACKAGE_HOST_MTOOLS
 	help
 	  genimage is a tool to generate multiple filesystem and flash
 	  images from a given root filesystem tree. genimage is
diff --git a/package/genimage/genimage.mk b/package/genimage/genimage.mk
index dde8f8b9e0..1fa93e0854 100644
--- a/package/genimage/genimage.mk
+++ b/package/genimage/genimage.mk
@@ -7,7 +7,7 @@
 GENIMAGE_VERSION = 13
 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.25.1

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

end of thread, other threads:[~2021-01-07 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-07 11:06 [Buildroot] [PATCH 1/1] package/genimage : fix dependency to host-mtools mcopy is used by genimage when creating fat parts Fabien Lehoussel
2021-01-07 15:11 ` 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