Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit master 1/1] Makefile.package.in: Add support for *.tbz2 package archives
@ 2010-06-23 21:05 Peter Korsgaard
  2010-06-23 21:11 ` Michael S. Zick
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2010-06-23 21:05 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=059f6bb68ac04f27857e8990bf8ca2deaa8a4681
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Paul Jones <paul@pauljones.id.au>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/Makefile.package.in |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/package/Makefile.package.in b/package/Makefile.package.in
index b702c49..2769707 100644
--- a/package/Makefile.package.in
+++ b/package/Makefile.package.in
@@ -56,11 +56,12 @@ define KCONFIG_DISABLE_OPT
 endef
 
 # Define extrators for different archive suffixes
-INFLATE.bz2 = $(BZCAT)
-INFLATE.gz  = $(ZCAT)
-INFLATE.tbz = $(BZCAT)
-INFLATE.tgz = $(ZCAT)
-INFLATE.tar = cat
+INFLATE.bz2  = $(BZCAT)
+INFLATE.gz   = $(ZCAT)
+INFLATE.tbz  = $(BZCAT)
+INFLATE.tbz2 = $(BZCAT)
+INFLATE.tgz  = $(ZCAT)
+INFLATE.tar  = cat
 
 # MESSAGE Macro -- display a message in bold type
 MESSAGE = echo "$(TERM_BOLD)>>> $($(PKG)_NAME) $($(PKG)_VERSION) $(1)$(TERM_RESET)"
-- 
1.7.1

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

end of thread, other threads:[~2010-06-23 21:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-23 21:05 [Buildroot] [git commit master 1/1] Makefile.package.in: Add support for *.tbz2 package archives Peter Korsgaard
2010-06-23 21:11 ` Michael S. Zick
2010-06-23 21:14   ` Peter Korsgaard

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