Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 1/2] pkg-generic: support for lzma archives
@ 2015-06-15 22:57 Petr Vorel
  2015-06-15 22:57 ` [Buildroot] [PATCH v3 2/2] package/gpm: add hash file, change archive to lzma Petr Vorel
  2015-06-21  7:49 ` [Buildroot] [PATCH v3 1/2] pkg-generic: support for lzma archives Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Petr Vorel @ 2015-06-15 22:57 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 package/pkg-utils.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/pkg-utils.mk b/package/pkg-utils.mk
index 99a3c1e..44bd2c9 100644
--- a/package/pkg-utils.mk
+++ b/package/pkg-utils.mk
@@ -73,6 +73,7 @@ pkgname = $(lastword $(subst /, ,$(pkgdir)))
 # Define extractors for different archive suffixes
 INFLATE.bz2  = $(BZCAT)
 INFLATE.gz   = $(ZCAT)
+INFLATE.lzma = $(XZCAT)
 INFLATE.tbz  = $(BZCAT)
 INFLATE.tbz2 = $(BZCAT)
 INFLATE.tgz  = $(ZCAT)
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-21  7:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15 22:57 [Buildroot] [PATCH v3 1/2] pkg-generic: support for lzma archives Petr Vorel
2015-06-15 22:57 ` [Buildroot] [PATCH v3 2/2] package/gpm: add hash file, change archive to lzma Petr Vorel
2015-06-21  7:49   ` Thomas Petazzoni
2015-06-21  7:49 ` [Buildroot] [PATCH v3 1/2] pkg-generic: support for lzma archives Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox