All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 4/6] apt: fix SRC_URI
Date: Mon, 9 Mar 2015 00:15:12 -0700	[thread overview]
Message-ID: <c1431fa2c537fc659b27ca0c87f569ba6f135f36.1425885208.git.liezhi.yang@windriver.com> (raw)
In-Reply-To: <cover.1425885208.git.liezhi.yang@windriver.com>

Fixed:
WARNING: Failed to fetch URL ftp://ftp.debian.org/debian/pool/main/a/apt/apt_0.9.9.4.tar.gz, attempting MIRRORS if available

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/apt/apt.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc
index 378021a..321934b 100644
--- a/meta/recipes-devtools/apt/apt.inc
+++ b/meta/recipes-devtools/apt/apt.inc
@@ -2,7 +2,7 @@ SUMMARY = "Advanced front-end for dpkg"
 LICENSE = "GPLv2.0+"
 SECTION = "base"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20130726T154545Z/pool/main/a/${BPN}/${BPN}_${PV}.tar.gz \
            file://no-ko-translation.patch \
            file://use-host.patch \
            file://makerace.patch \
-- 
1.7.9.5



  parent reply	other threads:[~2015-03-09  7:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-09  7:15 [V2 PATCH 0/6] meta: fix SRC_URI Robert Yang
2015-03-09  7:15 ` [PATCH 1/6] xinetd: fixe HOMEPAGE and SRC_URI Robert Yang
2015-03-09 15:59   ` Khem Raj
2015-03-10  3:20     ` Robert Yang
2015-03-09  7:15 ` [PATCH 2/6] libevent: fix SRC_URI Robert Yang
2015-03-09  7:15 ` [PATCH 3/6] mailx: " Robert Yang
2015-03-09  7:15 ` Robert Yang [this message]
2015-03-09  7:15 ` [PATCH 5/6] net-tools: " Robert Yang
2015-03-09 16:03   ` Khem Raj
2015-03-09 16:06     ` Burton, Ross
2015-03-10  3:21       ` Robert Yang
2015-03-09  7:15 ` [PATCH 6/6] resolvconf: " Robert Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c1431fa2c537fc659b27ca0c87f569ba6f135f36.1425885208.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.