[oe-commits] Eric Bénard : openh323: fix SRC_URI

git version control git at git.openembedded.org
Mon Dec 20 23:28:46 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: eba129a42e73e6005dfa8501efce1087c5d1d392
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eba129a42e73e6005dfa8501efce1087c5d1d392

Author: Eric Bénard <eric at eukrea.com>
Date:   Mon Dec 20 23:07:54 2010 +0100

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 at eukrea.com>

---

 recipes/openh323/openh323_1.13.5.4.bb |    2 +-
 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 4d86219..8995d8e 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}"





More information about the Openembedded-commits mailing list