[oe-commits] Eric Bénard : tsclient: 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: 8fff84289e1cecaab651217d280b16aaef4b3be4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8fff84289e1cecaab651217d280b16aaef4b3be4

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

tsclient: fix SRC_URI

Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/tsclient/tsclient_0.132.bb |    2 +-
 recipes/tsclient/tsclient_0.140.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/tsclient/tsclient_0.132.bb b/recipes/tsclient/tsclient_0.132.bb
index 31232a7..c6d85a3 100644
--- a/recipes/tsclient/tsclient_0.132.bb
+++ b/recipes/tsclient/tsclient_0.132.bb
@@ -8,7 +8,7 @@ DESCRIPTION="Terminal Server Client (tsclient) is a frontend for rdesktop and ot
 HOMEPAGE="http://www.gnomepro.com/tsclient/"
 LICENSE="GPL"
 
-SRC_URI="http://www.gnomepro.com/tsclient/tsclient-${PV}.tar.gz \
+SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz \
 	 file://fixes.patch"
 
 DEPENDS="gtk+ intltool-native"
diff --git a/recipes/tsclient/tsclient_0.140.bb b/recipes/tsclient/tsclient_0.140.bb
index 09e0571..c63a5ea 100644
--- a/recipes/tsclient/tsclient_0.140.bb
+++ b/recipes/tsclient/tsclient_0.140.bb
@@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 gtk+ gnome-panel rdesktop"
 RDEPENDS_${PN} = "rdesktop"
 PR = "r2"
 
-SRC_URI = "http://www.gnomepro.com/tsclient/${P}.tar.gz"
+SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz"
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list