From: Michael Lauer Date: Mon, 22 May 2006 16:09:47 +0000 (+0000) Subject: python-gammu: fix SRC_URI X-Git-Tag: Release-2010-05/1~9453^2~1648 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70d578e6693b2713c6e5b31b4e4b318c419e505a;p=openembedded.git python-gammu: fix SRC_URI --- diff --git a/packages/python/python-gammu_0.13.bb b/packages/python/python-gammu_0.13.bb index 9ae5f9d665..755e3ec3fd 100644 --- a/packages/python/python-gammu_0.13.bb +++ b/packages/python/python-gammu_0.13.bb @@ -4,9 +4,9 @@ SECTION = "devel/python" DEPENDS = "gammu" LICENSE = "GPL" MAINTAINER = "Michael 'Mickey' Lauer " -PR = "r0" +PR = "ml0" -SRC_URI = "http://cihar.com/gammu/python/python-gammu-${PV}.tar.bz2" +SRC_URI = "http://dl.cihar.com/python-gammu/latest/python-gammu-${PV}.tar.bz2" inherit distutils