All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Fixed URL for fakeroot sources
@ 2008-03-12  8:18 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2008-03-12  8:18 UTC (permalink / raw)
  To: buildroot

Fixed URL for fakeroot sources

Used a fixed URL from snapshot.debian.net for fakeroot sources, so
that it won't break every time a new version is uploaded to Debian.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

---
 package/fakeroot/fakeroot.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: buildroot.new/package/fakeroot/fakeroot.mk
===================================================================
--- buildroot.new.orig/package/fakeroot/fakeroot.mk
+++ buildroot.new/package/fakeroot/fakeroot.mk
@@ -4,8 +4,8 @@
 #
 #############################################################
 FAKEROOT_VERSION:=1.9.3
-FAKEROOT_SOURCE:=fakeroot_$(FAKEROOT_VERSION).tar.gz
-FAKEROOT_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/f/fakeroot
+FAKEROOT_SOURCE:=fakeroot-$(FAKEROOT_VERSION).tar.gz
+FAKEROOT_SITE:=http://snapshot.debian.net/archive/2008/02/06/debian/pool/main/f/fakeroot
 FAKEROOT_CAT:=$(ZCAT)
 FAKEROOT_SOURCE_DIR:=$(BUILD_DIR)/fakeroot-$(FAKEROOT_VERSION)
 FAKEROOT_DIR1:=$(TOOL_BUILD_DIR)/fakeroot-$(FAKEROOT_VERSION)-host

-- 
Thomas Petazzoni, Free Electrons
Free Embedded Linux Training Materials
on http://free-electrons.com/training
(More than 1500 pages!)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20080312/06dc9899/attachment.pgp 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-12  8:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-12  8:18 [Buildroot] [PATCH] Fixed URL for fakeroot sources Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.