aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2011-12-10 01:53:30 +0100
committerFlorian Boor <florian.boor@kernelconcepts.de>2012-09-27 16:56:32 +0200
commit88da5937d5f75588a37e60a6ce78a0358d0e1253 (patch)
tree49fc39dd85e6f9b5d51aca10f3c28e956b0b272f
parentb041b1255f77335564b9d0def884bf8ee14d44c0 (diff)
downloadopenembedded-88da5937d5f75588a37e60a6ce78a0358d0e1253.tar.gz
fakeroot: Change download loation to a working one
Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
-rw-r--r--recipes/fakeroot/fakeroot_1.15.1.bb4
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 2c7ea5447e..647d7670ef 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"