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 /pcmcia-cs | |
parent | 13069559c00597bd76dcb0efcc56983a0544a2b7 (diff) |
changed SRC_URI to global SF mirror setting
BKrev: 40b3048dCwOJuwfCjJjs0-O6FEcoEQ
Diffstat (limited to 'pcmcia-cs')
-rw-r--r-- | pcmcia-cs/pcmcia-cs_3.2.7.oe | 2 |
1 files changed, 1 insertions, 1 deletions
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')} |