All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre McCurdy <armccurdy@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [daisy][PATCH 06/15] stat: fix SRC_URI
Date: Fri,  8 Sep 2017 16:21:42 -0700	[thread overview]
Message-ID: <1504912911-23120-7-git-send-email-armccurdy@gmail.com> (raw)
In-Reply-To: <1504912911-23120-1-git-send-email-armccurdy@gmail.com>

From: Robert Yang <liezhi.yang@windriver.com>

The old SRC_URI is redirected to the new one, fixed:
WARNING: Failed to fetch URL ftp://metalab.unc.edu/pub/Linux/utils/file/stat-3.3.tar.gz, attempting MIRRORS if available

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 45034239c7e38ec991aa75d7c30417c22bfdef28)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-extended/stat/stat_3.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/stat/stat_3.3.bb b/meta/recipes-extended/stat/stat_3.3.bb
index c9edb1d..afee06e 100644
--- a/meta/recipes-extended/stat/stat_3.3.bb
+++ b/meta/recipes-extended/stat/stat_3.3.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=39886b077fd072e876e5c4c16310b631 \
                     file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-SRC_URI = "ftp://metalab.unc.edu/pub/Linux/utils/file/stat-${PV}.tar.gz \
+SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/${BP}.tar.gz \
            file://fix-error-return.patch"
 
 SRC_URI[md5sum] = "37e247e8e400ad9205f1b0500b728fd3"
-- 
1.9.1



  parent reply	other threads:[~2017-09-08 23:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-08 23:21 [daisy][PATCH 00/15] SRC_URI and minor dependency fixes Andre McCurdy
2017-09-08 23:21 ` [daisy][PATCH 01/15] setserial: add missing depends on groff-native Andre McCurdy
2017-09-08 23:21 ` [daisy][PATCH 02/15] kernel: Added bc-native as DEPENDS Andre McCurdy
2017-09-08 23:21 ` [daisy][PATCH 03/15] base-passwd: fix SRC_URI Andre McCurdy
2017-09-08 23:21 ` [daisy][PATCH 04/15] dosfstools: " Andre McCurdy
2017-09-08 23:21 ` [daisy][PATCH 05/15] mailx: " Andre McCurdy
2017-09-08 23:21 ` Andre McCurdy [this message]
2017-09-08 23:21 ` [daisy][PATCH 07/15] ossp-uuid: update SRC_URI to not use Google Code Andre McCurdy
2017-09-08 23:21 ` [daisy][PATCH 08/15] ossp-uuid: use snapshot.debian.org for SRC_URI Andre McCurdy
2017-09-08 23:21 ` [daisy][PATCH 09/15] pigz: Update SRC_URI Andre McCurdy
2017-09-08 23:21 ` [daisy][PATCH 10/15] cryptodev-linux: update SRC_URI Andre McCurdy
2017-09-08 23:21 ` [daisy][PATCH 11/15] dpkg: " Andre McCurdy
2017-09-08 23:21 ` [daisy][PATCH 12/15] libproxy: " Andre McCurdy
2017-09-08 23:21 ` [daisy][PATCH 13/15] lsof: " Andre McCurdy
2017-09-08 23:21 ` [daisy][PATCH 14/15] netbase: " Andre McCurdy
2017-09-08 23:21 ` [daisy][PATCH 15/15] mklibs-native: " Andre McCurdy

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=1504912911-23120-7-git-send-email-armccurdy@gmail.com \
    --to=armccurdy@gmail.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.