* [Buildroot] [PATCH] Add support for *.tbz2 package archives
@ 2010-06-14 13:13 Paul Jones
2010-06-15 9:54 ` Thomas Petazzoni
2010-06-23 21:06 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Paul Jones @ 2010-06-14 13:13 UTC (permalink / raw)
To: buildroot
Signed-off-by: Paul Jones <paul@pauljones.id.au>
---
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 cdf49f8..a2720d7 100644
--- a/package/Makefile.package.in
+++ b/package/Makefile.package.in
@@ -41,11 +41,12 @@ UPPERCASE = $(strip $(eval __tmp := $1) \
$(__tmp))
# 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.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* [Buildroot] [PATCH] Add support for *.tbz2 package archives
2010-06-14 13:13 [Buildroot] [PATCH] Add support for *.tbz2 package archives Paul Jones
@ 2010-06-15 9:54 ` Thomas Petazzoni
2010-06-23 21:06 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2010-06-15 9:54 UTC (permalink / raw)
To: buildroot
On Mon, 14 Jun 2010 23:13:48 +1000
Paul Jones <paul@pauljones.id.au> wrote:
> Signed-off-by: Paul Jones <paul@pauljones.id.au>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] Add support for *.tbz2 package archives
2010-06-14 13:13 [Buildroot] [PATCH] Add support for *.tbz2 package archives Paul Jones
2010-06-15 9:54 ` Thomas Petazzoni
@ 2010-06-23 21:06 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-06-23 21:06 UTC (permalink / raw)
To: buildroot
>>>>> "Paul" == Paul Jones <paul@pauljones.id.au> writes:
Paul> Signed-off-by: Paul Jones <paul@pauljones.id.au>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-06-23 21:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-14 13:13 [Buildroot] [PATCH] Add support for *.tbz2 package archives Paul Jones
2010-06-15 9:54 ` Thomas Petazzoni
2010-06-23 21:06 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox