diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-12 16:20:07 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-12 16:20:07 +0000 |
commit | 5f41b0bdcdc63270f6b53fd20fc8f3ddd2b720e3 (patch) | |
tree | 59f510e7f3c88aadd607fccc7c85a944bb94f329 /packages/litestream | |
parent | 63c57ae6dfb92c2d30b117244622a9b8229dde12 (diff) |
various packages: Update SRC_URI
Diffstat (limited to 'packages/litestream')
-rw-r--r-- | packages/litestream/litestream_1.3RC3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/litestream/litestream_1.3RC3.bb b/packages/litestream/litestream_1.3RC3.bb index 506bff662b..022edd368e 100644 --- a/packages/litestream/litestream_1.3RC3.bb +++ b/packages/litestream/litestream_1.3RC3.bb @@ -2,7 +2,7 @@ LICENSE = "GPL" DESCRIPTION = "ShoutCast-compatible streamer" PR = "r0" -SRC_URI = "http://www.litestream.org/litestream/${PN}-${PV}.tar.gz" +SRC_URI = "http://www.litestream.org/litestream/${P}.tar.gz" inherit autotools @@ -13,4 +13,4 @@ do_install () { install -m 755 source ${D}${bindir} install -m 755 client ${D}${bindir} install -m 755 server ${D}${bindir} -}
\ No newline at end of file +} |