mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] mtd-utils: Fix build of UBI tools when mkfs.ubifs is not enabled
Date: Sun, 8 Apr 2012 09:43:33 +0200	[thread overview]
Message-ID: <20120408074333.GD13585@pengutronix.de> (raw)
In-Reply-To: <1333623009-21082-1-git-send-email-bernhard@bwalle.de>

On Thu, Apr 05, 2012 at 12:50:09PM +0200, Bernhard Walle wrote:
> From: Bernhard Walle <walle@corscience.de>
> 
> This problem has been introduced in d4ba37630767095330ddc5cdc3c154cd2e4f757d.
> See http://thread.gmane.org/gmane.comp.embedded.ptxdist.devel/9087.

Thanks, applied.

Michael

> 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
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2012-04-08  7:43 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     ` [ptxdist] [PATCH] mtd-utils: Fix build of UBI tools when mkfs.ubifs is not enabled Bernhard Walle
2012-04-08  7:43       ` Michael Olbrich [this message]
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=20120408074333.GD13585@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.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