mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Juergen Borleis <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] GDB: switch to an available archive type for all releases.
Date: Tue, 13 Jan 2015 13:02:31 +0100	[thread overview]
Message-ID: <201501131302.31603.jbe@pengutronix.de> (raw)

The to be used release for GDB can be defined in the menu. Upstream now seems
to prefer the xz archive format for newer releases, but kept the bz2 for older
releases. Only the gz archive format is available for all releases.
By switching to the gz archive format should work for all releases now.
Drawback: gz archives are much larger than bz2 or xz archives.
    
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>

diff --git a/rules/gdb.make b/rules/gdb.make
index ab2cbe4812f5..cc916e99966a 100644
--- a/rules/gdb.make
+++ b/rules/gdb.make
@@ -21,7 +21,7 @@ PACKAGES-$(PTXCONF_GDB) += gdb
 GDB_VERSION	:= $(call remove_quotes,$(PTXCONF_GDB_VERSION))
 GDB_MD5		:= $(call remove_quotes,$(PTXCONF_GDB_MD5))
 GDB		:= gdb-$(GDB_VERSION)
-GDB_SUFFIX	:= tar.bz2
+GDB_SUFFIX	:= tar.gz
 GDB_SOURCE	:= $(SRCDIR)/$(GDB).$(GDB_SUFFIX)
 GDB_DIR		:= $(BUILDDIR)/$(GDB)
 GDB_LICENSE	:= GPLv3+
diff --git a/rules/gdbserver.make b/rules/gdbserver.make
index c3574658cc63..d4caafb139fb 100644
--- a/rules/gdbserver.make
+++ b/rules/gdbserver.make
@@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_GDBSERVER) += gdbserver
 GDBSERVER_VERSION	:= $(call remove_quotes,$(PTXCONF_GDB_VERSION))
 GDBSERVER_MD5		:= $(call remove_quotes,$(PTXCONF_GDB_MD5))
 GDBSERVER		:= gdb-$(GDBSERVER_VERSION)
-GDBSERVER_SUFFIX	:= tar.bz2
+GDBSERVER_SUFFIX	:= tar.gz
 GDBSERVER_SOURCE	:= $(SRCDIR)/$(GDBSERVER).$(GDBSERVER_SUFFIX)
 GDBSERVER_DIR		:= $(BUILDDIR)/gdbserver-$(GDBSERVER_VERSION)
 GDBSERVER_LICENSE	:= GPLv3+

-- 
Pengutronix e.K.                              | Juergen Borleis             |
Industrial Linux Solutions                    | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2015-01-13 12:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-13 12:02 Juergen Borleis [this message]
2015-01-14 10:21 ` Michael Olbrich

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=201501131302.31603.jbe@pengutronix.de \
    --to=jbe@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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