changed SRC_URI to global SF mirror setting
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 25 May 2004 08:32:13 +0000 (08:32 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 25 May 2004 08:32:13 +0000 (08:32 +0000)
BKrev: 40b3048dCwOJuwfCjJjs0-O6FEcoEQ

jack/jack_0.92.0.oe
jack/jack_0.94.0.oe
linux/ipod_2.4.24-ipod0.oe
nasm/nasm_0.98.38.oe
openvpn/openvpn_1.5.0.oe
pcmcia-cs/pcmcia-cs_3.2.7.oe

index 8166e76..94bbdcc 100644 (file)
@@ -8,7 +8,7 @@ connect a number of different applications to an audio \
 device, as well as allowing them to share audio between \
 themselves."
 
-SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/jackit/jack-audio-connection-kit-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/jackit/jack-audio-connection-kit-${PV}.tar.gz"
 S = "${WORKDIR}/jack-audio-connection-kit-${PV}"
 
 inherit autotools  pkgconfig
index 8166e76..94bbdcc 100644 (file)
@@ -8,7 +8,7 @@ connect a number of different applications to an audio \
 device, as well as allowing them to share audio between \
 themselves."
 
-SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/jackit/jack-audio-connection-kit-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/jackit/jack-audio-connection-kit-${PV}.tar.gz"
 S = "${WORKDIR}/jack-audio-connection-kit-${PV}"
 
 inherit autotools  pkgconfig
index dc38b66..3aeb656 100644 (file)
@@ -5,7 +5,7 @@ PV = "${KV}-ipod0"
 
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \
            http://www.uclinux.org/pub/uClinux/uClinux-2.4.x/uClinux-2.4.24-uc0.diff.gz;patch=1 \
-           http://unc.dl.sourceforge.net/sourceforge/ipodlinux/uclinux-2.4.24-ipod0.patch.gz;patch=1  "
+           ${SOURCEFORGE_MIRROR}/ipodlinux/uclinux-2.4.24-ipod0.patch.gz;patch=1  "
 
 S = "${WORKDIR}/linux-${KV}"
 
index 39cb2a2..8bbda9c 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "General-purpose x86 assembler"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 COMPATIBLE_HOST = 'i.86.*-(linux|freebsd.*)'
 
-SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/nasm/nasm-${PV}.tar.bz2"
+SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2"
 
 inherit autotools
 
index fd63382..f80d0b5 100644 (file)
@@ -3,7 +3,7 @@ PRIORITY = "optional"
 DEPENDS = "virtual/libc lzo"
 RDEPENDS = "tun"
 
-SRC_URI = "http://unc.dl.sourceforge.net/sourceforge/openvpn/openvpn-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/openvpn/openvpn-${PV}.tar.gz"
 
 inherit autotools
 
index 7f4ad80..c4fbdb5 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "virtual/kernel"
 
-SRC_URI = "http://pcmcia-cs.sourceforge.net/ftp/pcmcia-cs-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz"
 S = "${WORKDIR}/pcmcia-cs-${PV}"
 
 export KERNEL_SOURCE = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-source')}