From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/4] ddrescue: use generic extract command
Date: Fri, 10 Feb 2017 15:12:46 +0100 [thread overview]
Message-ID: <20170210151246.20191994@gmx.net> (raw)
In-Reply-To: <08d0ee4a05af046bff99079cd8a00045d75aef1e.1486705936.git.baruch@tkos.co.il>
On Fri, 10 Feb 2017 07:52:15 +0200, Baruch Siach <baruch@tkos.co.il> wrote:
> The generic code now knows how to extract .tar.lz archives. Remove the local
> extract code
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> package/ddrescue/ddrescue.mk | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/package/ddrescue/ddrescue.mk b/package/ddrescue/ddrescue.mk
> index 145d0520d66f..4e244e6bdaef 100644
> --- a/package/ddrescue/ddrescue.mk
> +++ b/package/ddrescue/ddrescue.mk
> @@ -9,12 +9,6 @@ DDRESCUE_SOURCE = ddrescue-$(DDRESCUE_VERSION).tar.lz
> DDRESCUE_SITE = http://download.savannah.gnu.org/releases/ddrescue
> DDRESCUE_LICENSE = GPLv2+
> DDRESCUE_LICENSE_FILES = COPYING
> -DDRESCUE_DEPENDENCIES = host-lzip
> -
> -define DDRESCUE_EXTRACT_CMDS
> - $(HOST_DIR)/usr/bin/lzip -d -c $(DL_DIR)/$(DDRESCUE_SOURCE) | \
> - tar --strip-components=1 -C $(@D) $(TAR_OPTIONS) -
> -endef
>
> define DDRESCUE_CONFIGURE_CMDS
> (cd $(@D); \
Tested-by: Peter Seiderer <ps.report@gmx.net>
next prev parent reply other threads:[~2017-02-10 14:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-10 5:52 [Buildroot] [PATCH 1/4] core: add generic support for lz archives Baruch Siach
2017-02-10 5:52 ` [Buildroot] [PATCH 2/4] ed: use generic extract command Baruch Siach
2017-02-10 14:12 ` Peter Seiderer
2017-02-10 5:52 ` [Buildroot] [PATCH 3/4] ddrescue: " Baruch Siach
2017-02-10 14:12 ` Peter Seiderer [this message]
2017-02-10 5:52 ` [Buildroot] [PATCH 4/4] ocrad: " Baruch Siach
2017-02-10 14:13 ` Peter Seiderer
2017-02-10 14:11 ` [Buildroot] [PATCH 1/4] core: add generic support for lz archives Peter Seiderer
2017-02-11 21:16 ` Thomas De Schampheleire
[not found] ` <CAAXf6LXmYoo0mSdf6-uvMQtLwv0nP2D0WO8t7omkyy4CkeiStg@mail.gmail.com>
2017-02-12 6:48 ` Thomas De Schampheleire
2017-02-12 20:07 ` Baruch Siach
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=20170210151246.20191994@gmx.net \
--to=ps.report@gmx.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.