[oe-commits] Florian Boor : fakeroot: Change download loation to a working one

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 15:06:06 UTC 2012


Module: openembedded.git
Branch: master
Commit: 88da5937d5f75588a37e60a6ce78a0358d0e1253
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=88da5937d5f75588a37e60a6ce78a0358d0e1253

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Sat Dec 10 01:53:30 2011 +0100

fakeroot: Change download loation to a working one

Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/fakeroot/fakeroot_1.15.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/fakeroot/fakeroot_1.15.1.bb b/recipes/fakeroot/fakeroot_1.15.1.bb
index 2c7ea54..647d767 100644
--- a/recipes/fakeroot/fakeroot_1.15.1.bb
+++ b/recipes/fakeroot/fakeroot_1.15.1.bb
@@ -4,8 +4,8 @@ DEFAULT_PREFERENCE = "-1"
 PR = "${INC_PR}.0"
 
 SRC_URI =+ "\
-  ${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.orig.tar.bz2 \
-  file://quiet-getopt-check.patch \
+    https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.bz2 \
+    file://quiet-getopt-check.patch \
 "
 
 SRC_URI[md5sum] = "248c408b1e06e776c5739871b49bd968"





More information about the Openembedded-commits mailing list