diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-23 09:49:30 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-23 09:49:30 +0000 |
commit | fdeaa593240847650a8521cc6130513acfaa8df2 (patch) | |
tree | d0dea5901b345023d1ab629192bb193f8fcb04d3 /meta | |
parent | db564fe4d91c2bba9df21ea8b3610a4c1b2ea129 (diff) | |
download | poky-fdeaa593240847650a8521cc6130513acfaa8df2.tar.gz |
speex: Fix SRC_URI
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@942 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/speex/speex_1.1.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/speex/speex_1.1.7.bb b/meta/packages/speex/speex_1.1.7.bb index 7ce34a80eb..4757e275be 100644 --- a/meta/packages/speex/speex_1.1.7.bb +++ b/meta/packages/speex/speex_1.1.7.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.speex.org" | |||
5 | DEPENDS = "libogg" | 5 | DEPENDS = "libogg" |
6 | PR = "r0" | 6 | PR = "r0" |
7 | 7 | ||
8 | SRC_URI = "http://www.speex.org/download/speex-${PV}.tar.gz" | 8 | SRC_URI = "http://downloads.us.xiph.org/releases/speex/${PN}-${PV}.tar.gz" |
9 | 9 | ||
10 | inherit autotools | 10 | inherit autotools |
11 | 11 | ||