From: Eric Bénard Date: Mon, 20 Dec 2010 22:07:54 +0000 (+0100) Subject: openh323: fix SRC_URI X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eba129a42e73e6005dfa8501efce1087c5d1d392;p=openembedded.git openh323: fix SRC_URI 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 --- diff --git a/recipes/openh323/openh323_1.13.5.4.bb b/recipes/openh323/openh323_1.13.5.4.bb index 4d862192d7..8995d8ed07 100644 --- a/recipes/openh323/openh323_1.13.5.4.bb +++ b/recipes/openh323/openh323_1.13.5.4.bb @@ -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}"