From: Eric Bénard Date: Mon, 20 Dec 2010 22:14:27 +0000 (+0100) Subject: tsclient: fix SRC_URI X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fff84289e1cecaab651217d280b16aaef4b3be4;p=openembedded.git tsclient: fix SRC_URI Signed-off-by: Eric Bénard --- diff --git a/recipes/tsclient/tsclient_0.132.bb b/recipes/tsclient/tsclient_0.132.bb index 31232a7141..c6d85a3d77 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 09e0571b74..c63a5ea25f 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