unzip: changed SRC_URI to one with mirrors in base.bbclass
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 16 Nov 2006 15:10:56 +0000 (15:10 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 16 Nov 2006 15:10:56 +0000 (15:10 +0000)
packages/unzip/unzip_552.bb

index ead9624..2f06e1b 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "console/utils"
 LICENSE = "Info-ZIP"
 PR = "r1"
 
-SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz"
+SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz"
 S = "${WORKDIR}/unzip-5.52"
 
 export LD = "${CC}"