From patchwork Sun Jun 24 13:55:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe-classic, 1/1] base-passwd: update SRC_URI of base-passwd-3.5.20 recipe Date: Sun, 24 Jun 2012 13:55:03 -0000 From: Apelete Seketeli X-Patchwork-Id: 30565 Message-Id: <1340546103-17137-2-git-send-email-apelete@seketeli.net> To: openembedded-devel@openembedded.org Cc: Kristoffer Ericson This patch updates the SRC_URI of base-passwd_3.5.20.bb to the direct link on snapshot.debian.org, instead of letting the automatic mirror search point to the index page. Signed-off-by: Apelete Seketeli --- recipes/base-passwd/base-passwd_3.5.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/base-passwd/base-passwd_3.5.20.bb b/recipes/base-passwd/base-passwd_3.5.20.bb index 6e9c51b..ac3de3f 100644 --- a/recipes/base-passwd/base-passwd_3.5.20.bb +++ b/recipes/base-passwd/base-passwd_3.5.20.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2" PR = "r1" SRC_URI = "\ - ${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \ + http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool/main/b/base-passwd/base-passwd_${PV}.tar.gz \ file://nobash.patch \ file://root-home.patch \ file://mysql.patch \