[Buildroot] [PATCH] Fixed URL for fakeroot sources

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Mar 12 08:18:43 UTC 2008


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 at 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://lists.busybox.net/pipermail/buildroot/attachments/20080312/06dc9899/attachment.asc>


More information about the buildroot mailing list