From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mediacenter.hi.pengutronix.de ([2001:6f8:1178:2::65]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SGmmb-0003Gm-Rl for ptxdist@pengutronix.de; Sun, 08 Apr 2012 09:43:33 +0200 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1SGmmb-0004nl-QG for ptxdist@pengutronix.de; Sun, 08 Apr 2012 09:43:33 +0200 Date: Sun, 8 Apr 2012 09:43:33 +0200 From: Michael Olbrich Message-ID: <20120408074333.GD13585@pengutronix.de> References: <20120405104935.GA20256@regiomontanus.bwalle.de> <1333623009-21082-1-git-send-email-bernhard@bwalle.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1333623009-21082-1-git-send-email-bernhard@bwalle.de> Subject: Re: [ptxdist] [PATCH] mtd-utils: Fix build of UBI tools when mkfs.ubifs is not enabled Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Thu, Apr 05, 2012 at 12:50:09PM +0200, Bernhard Walle wrote: > From: Bernhard Walle > > 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 > Signed-off-by: Bernhard Walle > --- > .../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 > --- > 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