diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-14 14:37:57 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-14 14:37:57 +0000 |
commit | e5e6684a6a43cb2e2cfdd5f3906083f925998e82 (patch) | |
tree | 8e2b5db47285fdfe25d3454e73ed7552607dcf10 /packages/live555 | |
parent | b0740932227a49bc8f42ba678b2a84eb9c8fb11a (diff) |
live555: point SRC_URI to one of places where it is available
Diffstat (limited to 'packages/live555')
-rw-r--r-- | packages/live555/live555_20051005.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/live555/live555_20051005.bb b/packages/live555/live555_20051005.bb index bc25517ea9..24f13b6983 100644 --- a/packages/live555/live555_20051005.bb +++ b/packages/live555/live555_20051005.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://live.com/" LICENSE = "LGPL" SECTION = "devel" -SRC_URI = "http://live.com/liveMedia/public/live.2005.10.05.tar.gz \ +SRC_URI = "http://downloads.videolan.org/pub/videolan/vlc/0.8.5/contrib/live.2005.10.05.tar.gz \ file://config.linux-cross" S = "${WORKDIR}/live" |