diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-01-15 16:32:04 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-01-15 16:32:04 +0000 |
commit | 6eafd8a3f7ce813e5c2e33a606d2b2754d6aacb1 (patch) | |
tree | f9468d62747faeef4f05f0a08fe6fab7d314c3d6 /packages/neon | |
parent | 7232c201c164dbc3fceb3e58223e2c5f80b0cc21 (diff) |
neon: fix SRC_URI to make older versions fetchable again
Diffstat (limited to 'packages/neon')
-rw-r--r-- | packages/neon/neon_0.25.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/neon/neon_0.25.5.bb b/packages/neon/neon_0.25.5.bb index d73081e249..eec428136d 100644 --- a/packages/neon/neon_0.25.5.bb +++ b/packages/neon/neon_0.25.5.bb @@ -6,7 +6,7 @@ DEPENDS = "zlib libxml2 expat time" PR = "r1" -SRC_URI = "http://be.lunar-linux.org/lunar/cache/neon-${PV}.tar.gz" +SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz" inherit autotools binconfig lib_package |