From: Andre Renaud <andre@bluewatersys.com>
To: openembedded-devel@lists.openembedded.org
Subject: DosFStools mirror missing
Date: Tue, 03 Apr 2007 11:06:04 +1200 [thread overview]
Message-ID: <46118C5C.2040408@bluewatersys.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1359 bytes --]
The mirror for DosFSTools,
ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz
appears to be down at the moment. Using the Debian mirror however works
fine. Attached is an alternative bitbake package which uses the debian
mirror system to do the download, which should be much more robust.
Andre
--
Bluewater Systems Ltd - ARM Technology Solutions Centre
Andre Renaud Bluewater Systems Ltd
Phone: +64 3 3779127 (Aus 1 800 148 751) Level 17, 119 Armagh St
Fax: +64 3 3779135 PO Box 13889
Email: arenaud@bluewatersys.com Christchurch
Web: http://www.bluewatersys.com New Zealand
# dosfstools OE build file
# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
DESCRIPTION = "DOS FAT Filesystem Utilities"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "r0"
SRC_URI = "${DEBIAN_MIRROR}/main/d/dosfstools/dosfstools_${PV}.orig.tar.gz \
file://alignment_hack.patch;patch=1 \
file://msdos_fat12_undefined.patch;patch=1 \
file://include-linux-types.patch;patch=1"
do_install () {
oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \
"MANDIR=${D}${mandir}/man8" install
}
next reply other threads:[~2007-04-02 23:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-02 23:06 Andre Renaud [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-04-03 8:46 DosFStools mirror missing Patrick Fischer
2007-04-03 8:56 ` Koen Kooi
2007-04-03 9:26 ` Patrick Fischer
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=46118C5C.2040408@bluewatersys.com \
--to=andre@bluewatersys.com \
--cc=openembedded-devel@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.