diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-22 16:09:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-22 16:09:47 +0000 |
commit | 70d578e6693b2713c6e5b31b4e4b318c419e505a (patch) | |
tree | 39a73a51a99ad8b4e5dcfdc09c40450efd471a50 /packages/python/python-gammu_0.13.bb | |
parent | 5cf486256cd4e1e7c54ed6c1ca3caf377d60b8c6 (diff) |
python-gammu: fix SRC_URI
Diffstat (limited to 'packages/python/python-gammu_0.13.bb')
-rw-r--r-- | packages/python/python-gammu_0.13.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 <mickey@Vanille.de>" -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 |