diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-08-05 23:28:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-05 23:28:57 +0000 |
commit | b4050637a9dfa05fb552544c103601e67dd2f737 (patch) | |
tree | eb2144a583ab425cf2be520b16e3b27cca48ebdb /packages/microcom | |
parent | 4b794ae03f6150d9fe9809f5ea291cec3d46cd5b (diff) |
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).
Diffstat (limited to 'packages/microcom')
-rw-r--r-- | packages/microcom/microcom_1.02.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 <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}" |