diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-27 16:12:47 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-27 16:12:47 +0000 |
commit | 681e56802a3fd15fbbe2e304a8697046f9d7cdaf (patch) | |
tree | 195af834dabf27285c71ed1343039e8e4371e896 /packages/phalanx | |
parent | 0f74de9ba863b0c96b163ac5c58e68192bdba52b (diff) |
phalanx: fix SRC_URI
Diffstat (limited to 'packages/phalanx')
-rw-r--r-- | packages/phalanx/phalanx_22.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/phalanx/phalanx_22.bb b/packages/phalanx/phalanx_22.bb index d8d44e70b8..fbc6568b91 100644 --- a/packages/phalanx/phalanx_22.bb +++ b/packages/phalanx/phalanx_22.bb @@ -3,7 +3,7 @@ SECTION = "opie/libs" PRIORITY = "optional" PR = "r3" LICENSE = "GPL" -SRC_URI = "http://dusan.freeshell.org/phalanx/phalanx-${PV}.tar.gz \ +SRC_URI = "ftp://ftp.math.muni.cz/pub/math/people/Dobes/phalanx-22.tar.gz \ file://gcc3.patch;patch=1 \ file://capabilities \ file://description" |