From eba129a42e73e6005dfa8501efce1087c5d1d392 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eric=20B=C3=A9nard?= Date: Mon, 20 Dec 2010 23:07:54 +0100 Subject: [PATCH] openh323: fix SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- recipes/openh323/openh323_1.13.5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.39.5