aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openh323
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-12-20 23:07:54 +0100
committerEric Bénard <eric@eukrea.com>2010-12-21 00:25:03 +0100
commiteba129a42e73e6005dfa8501efce1087c5d1d392 (patch)
tree2bb8816effce61e9abc0de4bf9be3abbabf35d82 /recipes/openh323
parentc8555adb1ee539e17e15a0a480758021a567aa56 (diff)
downloadopenembedded-eba129a42e73e6005dfa8501efce1087c5d1d392.tar.gz
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 <eric@eukrea.com>
Diffstat (limited to 'recipes/openh323')
-rw-r--r--recipes/openh323/openh323_1.13.5.4.bb2
1 files changed, 1 insertions, 1 deletions
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}"