From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Seiderer Date: Thu, 9 Feb 2017 21:56:01 +0100 Subject: [Buildroot] [PATCH 7/7] ddrescue: fix target build In-Reply-To: <20170209214044.6aacb66e@free-electrons.com> References: <99cad486180867002ec348364cf9ac9028b74d0e.1486669818.git.baruch@tkos.co.il> <20170209214044.6aacb66e@free-electrons.com> Message-ID: <20170209215601.30e9091a@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Baruch, Thomas, On Thu, 9 Feb 2017 21:40:44 +0100, Thomas Petazzoni wrote: > Hello, > > On Thu, 9 Feb 2017 21:50:18 +0200, Baruch Siach wrote: > > ddrescue is not an autotools package. Covert to generic package to make it > > build correctly for target architecture. > > > > Cc: Peter Seiderer > > Signed-off-by: Baruch Siach > > --- > > package/ddrescue/ddrescue.mk | 18 +++++++++++++++++- > > 1 file changed, 17 insertions(+), 1 deletion(-) > > It's really weird to have this mixed with a patch series related to > improving lzip support. I know ddrescue is using lzip, but this patch > is really unrelated from lzip support. It would be better to send such > patches separately. > > Nevertheless, this was very useful, so I've applied. Thanks! To late for my Tested-by ;-) Nevertheless many thanks for spotting this one... Regards, Peter > > Thomas