Fix the microcom source download by using oesources directly - the mirror
authorJohn Bowler <jbowler@nslu2-linux.org>
Fri, 5 Aug 2005 23:28:57 +0000 (23:28 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 5 Aug 2005 23:28:57 +0000 (23:28 +0000)
will not cut in because the port5.com source path does not match any
mirror pattern (it is missing a path).

packages/microcom/microcom_1.02.bb

index b87ce5e..dcf9dcd 100644 (file)
@@ -3,7 +3,8 @@ scripting support."
 LICENSE = "GPL"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 
-SRC_URI = "http://microcom.port5.com/m102.tar.gz \
+# http://microcom.port5.com/m102.tar.gz is no longer available
+SRC_URI = "http://www.oesources.org/source/current/m102.tar.gz \
           file://make.patch;patch=1"
 S = "${WORKDIR}"