From: John Bowler Date: Fri, 5 Aug 2005 23:28:57 +0000 (+0000) Subject: Fix the microcom source download by using oesources directly - the mirror X-Git-Tag: Release-2010-05/1~9453^2~3954^2~13^2^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4050637a9dfa05fb552544c103601e67dd2f737;p=openembedded.git Fix the microcom source download by using oesources directly - the mirror will not cut in because the port5.com source path does not match any mirror pattern (it is missing a path). --- diff --git a/packages/microcom/microcom_1.02.bb b/packages/microcom/microcom_1.02.bb index b87ce5e0d5..dcf9dcda8f 100644 --- a/packages/microcom/microcom_1.02.bb +++ b/packages/microcom/microcom_1.02.bb @@ -3,7 +3,8 @@ scripting support." LICENSE = "GPL" MAINTAINER = "Chris Larson " -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}"