summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-02-12 22:15:41 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-15 22:11:11 +0100
commit42a7a97c270c2148136093d6ad372f390ac20685 (patch)
tree60317abff1adcf48fc220686e9941614cc383f8b
parent77941272f41c484a71c2a76be285a514ed518957 (diff)
ddrescue: use generic extract command
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/ddrescue/ddrescue.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/ddrescue/ddrescue.mk b/package/ddrescue/ddrescue.mk
index 145d0520d..4e244e6bd 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); \