Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/4] ed: use generic extract command
Date: Fri, 10 Feb 2017 15:12:32 +0100	[thread overview]
Message-ID: <20170210151232.22f5ce03@gmx.net> (raw)
In-Reply-To: <d61a070418fd158bef1420dbd16e48f0cbd8ddee.1486705936.git.baruch@tkos.co.il>

On Fri, 10 Feb 2017 07:52:14 +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/ed/ed.mk | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/package/ed/ed.mk b/package/ed/ed.mk
> index 50adeb4ec5b4..6b9f65ec5280 100644
> --- a/package/ed/ed.mk
> +++ b/package/ed/ed.mk
> @@ -10,15 +10,9 @@ ED_SOURCE = ed-$(ED_VERSION).tar.lz
>  ED_CONF_OPTS = \
>  	CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
>  	LDFLAGS="$(TARGET_LDFLAGS)"
> -ED_DEPENDENCIES = host-lzip
>  ED_LICENSE = GPLv3+
>  ED_LICENSE_FILES = COPYING
>  
> -define ED_EXTRACT_CMDS
> -	$(HOST_DIR)/usr/bin/lzip -d -c $(DL_DIR)/$(ED_SOURCE) | \
> -		tar --strip-components=1 -C $(@D) $(TAR_OPTIONS) -
> -endef
> -
>  define ED_CONFIGURE_CMDS
>  	(cd $(@D); \
>  		$(TARGET_MAKE_ENV) ./configure \

Reviewed-by: Peter Seiderer <ps.report@gmx.net>

  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 [this message]
2017-02-10  5:52 ` [Buildroot] [PATCH 3/4] ddrescue: " Baruch Siach
2017-02-10 14:12   ` Peter Seiderer
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=20170210151232.22f5ce03@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox