diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-25 08:32:13 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-25 08:32:13 +0000 |
commit | 397c360fc999c8c94cb78c189809812feeb90f9e (patch) | |
tree | 48b46b21c8b0fa1ec7f47d98480694925c135aa2 | |
parent | 13069559c00597bd76dcb0efcc56983a0544a2b7 (diff) |
changed SRC_URI to global SF mirror setting
BKrev: 40b3048dCwOJuwfCjJjs0-O6FEcoEQ
-rw-r--r-- | jack/jack_0.92.0.oe | 2 | ||||
-rw-r--r-- | jack/jack_0.94.0.oe | 2 | ||||
-rw-r--r-- | linux/ipod_2.4.24-ipod0.oe | 2 | ||||
-rw-r--r-- | nasm/nasm_0.98.38.oe | 2 | ||||
-rw-r--r-- | openvpn/openvpn_1.5.0.oe | 2 | ||||
-rw-r--r-- | pcmcia-cs/pcmcia-cs_3.2.7.oe | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/jack/jack_0.92.0.oe b/jack/jack_0.92.0.oe index 8166e76b22..94bbdcc7df 100644 --- a/jack/jack_0.92.0.oe +++ b/jack/jack_0.92.0.oe @@ -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 diff --git a/jack/jack_0.94.0.oe b/jack/jack_0.94.0.oe index 8166e76b22..94bbdcc7df 100644 --- a/jack/jack_0.94.0.oe +++ b/jack/jack_0.94.0.oe @@ -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 diff --git a/linux/ipod_2.4.24-ipod0.oe b/linux/ipod_2.4.24-ipod0.oe index dc38b66c09..3aeb656d2c 100644 --- a/linux/ipod_2.4.24-ipod0.oe +++ b/linux/ipod_2.4.24-ipod0.oe @@ -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}" diff --git a/nasm/nasm_0.98.38.oe b/nasm/nasm_0.98.38.oe index 39cb2a229d..8bbda9c875 100644 --- a/nasm/nasm_0.98.38.oe +++ b/nasm/nasm_0.98.38.oe @@ -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 diff --git a/openvpn/openvpn_1.5.0.oe b/openvpn/openvpn_1.5.0.oe index fd633824f3..f80d0b510e 100644 --- a/openvpn/openvpn_1.5.0.oe +++ b/openvpn/openvpn_1.5.0.oe @@ -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 diff --git a/pcmcia-cs/pcmcia-cs_3.2.7.oe b/pcmcia-cs/pcmcia-cs_3.2.7.oe index 7f4ad80d6e..c4fbdb5391 100644 --- a/pcmcia-cs/pcmcia-cs_3.2.7.oe +++ b/pcmcia-cs/pcmcia-cs_3.2.7.oe @@ -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')} |