From 70d578e6693b2713c6e5b31b4e4b318c419e505a Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 22 May 2006 16:09:47 +0000 Subject: [PATCH] python-gammu: fix SRC_URI --- packages/python/python-gammu_0.13.bb | 4 ++-- 1 file 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 " -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 -- 2.39.5