From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] mtd: mkfs.jffs2 requires zlib to build
Date: Thu, 15 Apr 2010 14:03:27 +0200 [thread overview]
Message-ID: <877ho8exdc.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1271283866-21577-1-git-send-email-will_wagner@carallon.com> (Will Wagner's message of "Wed, 14 Apr 2010 23:24:26 +0100")
>>>>> "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
prev parent reply other threads:[~2010-04-15 12:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-14 22:24 [Buildroot] [PATCH] mtd: mkfs.jffs2 requires zlib to build Will Wagner
2010-04-15 12:03 ` Peter Korsgaard [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877ho8exdc.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox