* [Buildroot] [PATCH v2 1/1] package/cdrkit: download from alternate site
@ 2014-10-19 13:30 Karoly Kasza
2014-10-19 14:29 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Karoly Kasza @ 2014-10-19 13:30 UTC (permalink / raw)
To: buildroot
www.cdrkit.org looks dead, the cdrkit archive always downloads from the
buildroot.org mirror. This patch points the downloader to the Debian
archive site.
Signed-off-by: Karoly Kasza <kaszak@gmail.com>
---
package/cdrkit/cdrkit.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/cdrkit/cdrkit.mk b/package/cdrkit/cdrkit.mk
index 8ec0b8b..3f2b429 100644
--- a/package/cdrkit/cdrkit.mk
+++ b/package/cdrkit/cdrkit.mk
@@ -5,7 +5,8 @@
################################################################################
CDRKIT_VERSION = 1.1.11
-CDRKIT_SITE = http://www.cdrkit.org/releases
+CDRKIT_SOURCE = cdrkit_$(CDRKIT_VERSION).orig.tar.gz
+CDRKIT_SITE = http://snapshot.debian.org/archive/debian/20101018T151929Z/pool/main/c/cdrkit/
CDRKIT_DEPENDENCIES = libcap bzip2 zlib
CDRKIT_LICENSE = GPLv2
CDRKIT_LICENSE_FILES = COPYING
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2 1/1] package/cdrkit: download from alternate site
2014-10-19 13:30 [Buildroot] [PATCH v2 1/1] package/cdrkit: download from alternate site Karoly Kasza
@ 2014-10-19 14:29 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-10-19 14:29 UTC (permalink / raw)
To: buildroot
Dear Karoly Kasza,
On Sun, 19 Oct 2014 15:30:08 +0200, Karoly Kasza wrote:
> www.cdrkit.org looks dead, the cdrkit archive always downloads from the
> buildroot.org mirror. This patch points the downloader to the Debian
> archive site.
>
> Signed-off-by: Karoly Kasza <kaszak@gmail.com>
> ---
> package/cdrkit/cdrkit.mk | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-19 14:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-19 13:30 [Buildroot] [PATCH v2 1/1] package/cdrkit: download from alternate site Karoly Kasza
2014-10-19 14:29 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox