diff options
Diffstat (limited to 'packages/fakeroot/fakeroot_1.7.1.bb')
-rw-r--r-- | packages/fakeroot/fakeroot_1.7.1.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/fakeroot/fakeroot_1.7.1.bb b/packages/fakeroot/fakeroot_1.7.1.bb index 803b5f3ff4..ea3806d2f5 100644 --- a/packages/fakeroot/fakeroot_1.7.1.bb +++ b/packages/fakeroot/fakeroot_1.7.1.bb @@ -5,8 +5,10 @@ LICENSE = "GPL" RDEPENDS = "util-linux" PR = "r2" -SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz \ - file://work-with-older-libtool.patch;patch=1" +SRC_URI = "\ + ftp://ftp.gentoo.mesh-solutions.com/mirrors/gentoo/distfiles/fakeroot_1.7.1.tar.gz \ + file://work-with-older-libtool.patch;patch=1 \ +" inherit autotools |