aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom.rini@gmail.com>2011-12-14 10:45:47 -0700
committerTom Rini <tom.rini@gmail.com>2011-12-14 10:45:47 -0700
commit8994c34bb3b50df579edbf5e085cada56846baa3 (patch)
treef448aa90456eac995dff888f05ac335baf749a1b
parent741c69449e6b16e85532ef3800a9f1001558615f (diff)
downloadopenembedded-8994c34bb3b50df579edbf5e085cada56846baa3.tar.gz
fakeroot: Update URI to a functioning one
We have to use a specific date to the debian snapshot mirror to get this version of the file. Use PE = 1 to ensure everyone builds this. Signed-off-by: Tom Rini <tom.rini@gmail.com>
-rw-r--r--recipes/fakeroot/fakeroot_1.14.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/fakeroot/fakeroot_1.14.5.bb b/recipes/fakeroot/fakeroot_1.14.5.bb
index ff6844df6b..1d333d2580 100644
--- a/recipes/fakeroot/fakeroot_1.14.5.bb
+++ b/recipes/fakeroot/fakeroot_1.14.5.bb
@@ -1,8 +1,9 @@
require fakeroot.inc
+PE = "1"
PR = "${INC_PR}.0"
SRC_URI =+ "\
- ${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.orig.tar.bz2 \
+ http://snapshot.debian.org/archive/debian/20110301/pool/main/f/fakeroot/fakeroot_1.14.5.orig.tar.bz2 \
file://quiet-getopt-check.patch \
"