[oe-commits] Tom Rini : fakeroot: Update URI to a functioning one

git at git.openembedded.org git at git.openembedded.org
Wed Dec 14 18:09:05 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 8994c34bb3b50df579edbf5e085cada56846baa3
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=8994c34bb3b50df579edbf5e085cada56846baa3

Author: Tom Rini <tom.rini at gmail.com>
Date:   Wed Dec 14 10:45:47 2011 -0700

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 at gmail.com>

---

 recipes/fakeroot/fakeroot_1.14.5.bb |    3 ++-
 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 ff6844d..1d333d2 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 \
 "
 





More information about the Openembedded-commits mailing list