openh323: fix SRC_URI
authorEric Bénard <eric@eukrea.com>
Mon, 20 Dec 2010 22:07:54 +0000 (23:07 +0100)
committerEric Bénard <eric@eukrea.com>
Mon, 20 Dec 2010 23:25:03 +0000 (00:25 +0100)
Fetch failed: Unable to fetch URL http://http.us.debian.org/debian/pool/main/o/openh323/openh323_1.13.5.4.orig.tar.gz from any source.

Signed-off-by: Eric Bénard <eric@eukrea.com>
recipes/openh323/openh323_1.13.5.4.bb

index 4d86219..8995d8e 100644 (file)
@@ -6,7 +6,7 @@ HOMEPAGE="http://www.openh323.org/"
 DESCRIPTION="Open Soure ITU-T H.323 teleconferencing protocol implementation."
 LICENSE = "GPL"
 
-SRC_URI="http://http.us.debian.org/debian/pool/main/o/${PN}/${PN}_${PV}.orig.tar.gz \
+SRC_URI="http://193.1.193.64/pub/www.adamantix.org/dists/1.0.5/main/source/libs/${PN}_${PV}.orig.tar.gz \
        file://fixes.patch"
 
 S="${WORKDIR}/${PN}"