Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/host-mtd: fixes build
@ 2019-07-29 12:11 julien.boibessot at free.fr
  2019-07-30 20:44 ` Markus Mayer
  2019-07-31  7:25 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: julien.boibessot at free.fr @ 2019-07-29 12:11 UTC (permalink / raw)
  To: buildroot

From: Julien BOIBESSOT <julien.boibessot@armadeus.com>

Fixes following build error when Host doesn't have zstd devt files:
  configure: WARNING: cannot find ZSTD library required for mkfs program
  configure: mtd-utils can optionally be built without mkfs.ubifs
  configure: mtd-utils can optionally be built without ZSTD support
  configure: WARNING: cannot find headers for OpenSSL library
  configure: WARNING: disabling OpenSSL support
  configure: error: missing one or more dependencies
  package/pkg-generic.mk:228: recipe for target '/workspace/buildroot_git_devt/output/build/host-mtd-2.1.1/.stamp_configured' failed
  make: *** [/workspace/buildroot_git_devt/output/build/host-mtd-2.1.1/.stamp_configured] Error 1

Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>
---
 package/mtd/mtd.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mtd/mtd.mk b/package/mtd/mtd.mk
index 0de14db..65e7622 100644
--- a/package/mtd/mtd.mk
+++ b/package/mtd/mtd.mk
@@ -46,7 +46,7 @@ else
 MTD_CONF_OPTS += --without-xattr
 endif
 
-HOST_MTD_DEPENDENCIES = host-zlib host-lzo host-util-linux
+HOST_MTD_DEPENDENCIES = host-zlib host-lzo host-util-linux host-zstd
 HOST_MTD_CONF_OPTS = \
 	--with-jffs \
 	--with-ubifs \
-- 
2.1.4

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

end of thread, other threads:[~2019-07-31 10:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-29 12:11 [Buildroot] [PATCH 1/1] package/host-mtd: fixes build julien.boibessot at free.fr
2019-07-30 20:44 ` Markus Mayer
2019-07-31  7:25 ` Thomas Petazzoni
2019-07-31 10:48   ` Julien Boibessot

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