mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bernhard Walle <bernhard@bwalle.de>
To: ptxdist@pengutronix.de
Cc: Bernhard Walle <walle@corscience.de>
Subject: [ptxdist] [PATCH] mtd-utils: Fix build of UBI tools when mkfs.ubifs is not enabled
Date: Thu,  5 Apr 2012 12:50:09 +0200	[thread overview]
Message-ID: <1333623009-21082-1-git-send-email-bernhard@bwalle.de> (raw)
In-Reply-To: <20120405104935.GA20256@regiomontanus.bwalle.de>

From: Bernhard Walle <walle@corscience.de>

This problem has been introduced in d4ba37630767095330ddc5cdc3c154cd2e4f757d.
See http://thread.gmane.org/gmane.comp.embedded.ptxdist.devel/9087.

Reported-by: Alexander Dahl <post@lespocky.de>
Signed-off-by: Bernhard Walle <walle@corscience.de>
---
 .../mtd-utils-1.4.9/0001-make-ubifs-optional.patch |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/patches/mtd-utils-1.4.9/0001-make-ubifs-optional.patch b/patches/mtd-utils-1.4.9/0001-make-ubifs-optional.patch
index 8160648..2cbce09 100644
--- a/patches/mtd-utils-1.4.9/0001-make-ubifs-optional.patch
+++ b/patches/mtd-utils-1.4.9/0001-make-ubifs-optional.patch
@@ -5,20 +5,19 @@ Subject: [PATCH] make ubifs optional
 Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
 ---
  Makefile |    2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ 1 file changed, 2 insertions(+)
 
 diff --git a/Makefile b/Makefile
-index 17a1216..000dc86 100644
+index 17a1216..5e1692f 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -30,8 +30,10 @@ UBI_BINS = \
+@@ -30,7 +30,9 @@ UBI_BINS = \
  	ubidetach ubinize ubiformat ubirename mtdinfo ubirsvol
  
  BINS = $(MTD_BINS)
 +ifneq ($(WITHOUT_MKUBIFS), 1)
  BINS += mkfs.ubifs/mkfs.ubifs
- BINS += $(addprefix ubi-utils/,$(UBI_BINS))
 +endif
+ BINS += $(addprefix ubi-utils/,$(UBI_BINS))
  SCRIPTS = flash_eraseall
  
- TARGETS = $(BINS)
-- 
1.7.9.6


-- 
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2012-04-05 10:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-04 16:59 [ptxdist] ubi utils in package mtd-utils broken Alexander Dahl
2012-04-05  9:05 ` Bernhard Walle
2012-04-05  9:20 ` Bart van der Meulen
2012-04-05 10:49   ` Bernhard Walle
2012-04-05 10:50     ` Bernhard Walle [this message]
2012-04-08  7:43       ` [ptxdist] [PATCH] mtd-utils: Fix build of UBI tools when mkfs.ubifs is not enabled Michael Olbrich
2012-04-05 16:29     ` [ptxdist] ubi utils in package mtd-utils broken Alexander Dahl
2012-04-10 15:04       ` Alexander Dahl
2012-04-10 15:08         ` Bernhard Walle

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=1333623009-21082-1-git-send-email-bernhard@bwalle.de \
    --to=bernhard@bwalle.de \
    --cc=ptxdist@pengutronix.de \
    --cc=walle@corscience.de \
    /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