* [Buildroot] [PATCH] mtd: mkfs.jffs2 requires zlib to build
@ 2010-04-14 22:24 Will Wagner
2010-04-15 12:03 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Will Wagner @ 2010-04-14 22:24 UTC (permalink / raw)
To: buildroot
Signed-off-by: Will Wagner <will_wagner@carallon.com>
---
package/mtd/mtd.mk | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/package/mtd/mtd.mk b/package/mtd/mtd.mk
index 5a449f2..3f6d894 100644
--- a/package/mtd/mtd.mk
+++ b/package/mtd/mtd.mk
@@ -6,6 +6,9 @@
MTD_VERSION:=1.3.1
MTD_SOURCE:=mtd-utils-$(MTD_VERSION).tar.bz2
MTD_SITE:=ftp://ftp.infradead.org/pub/mtd-utils
+ifeq ($(BR2_PACKAGE_MTD_MKFSJFFS2),y)
+MTD_DEPENDENCIES = zlib
+endif
HOST_MTD_DEPENDENCIES = host-lzo host-e2fsprogs
--
1.7.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] mtd: mkfs.jffs2 requires zlib to build
2010-04-14 22:24 [Buildroot] [PATCH] mtd: mkfs.jffs2 requires zlib to build Will Wagner
@ 2010-04-15 12:03 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-04-15 12:03 UTC (permalink / raw)
To: buildroot
>>>>> "Will" == Will Wagner <will_wagner@carallon.com> writes:
Will> Signed-off-by: Will Wagner <will_wagner@carallon.com>
Will> ---
Will> package/mtd/mtd.mk | 3 +++
Will> 1 files changed, 3 insertions(+), 0 deletions(-)
Will> diff --git a/package/mtd/mtd.mk b/package/mtd/mtd.mk
Will> index 5a449f2..3f6d894 100644
Will> --- a/package/mtd/mtd.mk
Will> +++ b/package/mtd/mtd.mk
Will> @@ -6,6 +6,9 @@
Will> MTD_VERSION:=1.3.1
Will> MTD_SOURCE:=mtd-utils-$(MTD_VERSION).tar.bz2
Will> MTD_SITE:=ftp://ftp.infradead.org/pub/mtd-utils
Will> +ifeq ($(BR2_PACKAGE_MTD_MKFSJFFS2),y)
Will> +MTD_DEPENDENCIES = zlib
Will> +endif
Thanks, committed - It needs lzo as well, but I fixed that here.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-15 12:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-14 22:24 [Buildroot] [PATCH] mtd: mkfs.jffs2 requires zlib to build Will Wagner
2010-04-15 12:03 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox