From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from gallifrey.ext.pengutronix.de ([2001:6f8:1178:4:5054:ff:fe8d:eefb] helo=localhost) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YB09S-0008Kr-0u for ptxdist@pengutronix.de; Tue, 13 Jan 2015 13:00:50 +0100 From: Juergen Borleis Date: Tue, 13 Jan 2015 13:02:31 +0100 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201501131302.31603.jbe@pengutronix.de> Subject: [ptxdist] [PATCH] GDB: switch to an available archive type for all releases. Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de The to be used release for GDB can be defined in the menu. Upstream now see= ms to prefer the xz archive format for newer releases, but kept the bz2 for ol= der 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 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) +=3D gdb GDB_VERSION :=3D $(call remove_quotes,$(PTXCONF_GDB_VERSION)) GDB_MD5 :=3D $(call remove_quotes,$(PTXCONF_GDB_MD5)) GDB :=3D gdb-$(GDB_VERSION) -GDB_SUFFIX :=3D tar.bz2 +GDB_SUFFIX :=3D tar.gz GDB_SOURCE :=3D $(SRCDIR)/$(GDB).$(GDB_SUFFIX) GDB_DIR :=3D $(BUILDDIR)/$(GDB) GDB_LICENSE :=3D 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) +=3D gdbserver GDBSERVER_VERSION :=3D $(call remove_quotes,$(PTXCONF_GDB_VERSION)) GDBSERVER_MD5 :=3D $(call remove_quotes,$(PTXCONF_GDB_MD5)) GDBSERVER :=3D gdb-$(GDBSERVER_VERSION) -GDBSERVER_SUFFIX :=3D tar.bz2 +GDBSERVER_SUFFIX :=3D tar.gz GDBSERVER_SOURCE :=3D $(SRCDIR)/$(GDBSERVER).$(GDBSERVER_SUFFIX) GDBSERVER_DIR :=3D $(BUILDDIR)/gdbserver-$(GDBSERVER_VERSION) GDBSERVER_LICENSE :=3D GPLv3+ -- = Pengutronix e.K. =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0| Juergen Borleis =A0 =A0 =A0 =A0 =A0 =A0 | Industrial Linux Solutions =A0 =A0 =A0| http://www.pengutroni= x.de/ | -- = ptxdist mailing list ptxdist@pengutronix.de