From ac07911d2c99fcd3f8f492c898ecd09f58d4d0bc Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 15 Aug 2007 21:34:59 +0000 Subject: python-gammu: set BROKEN --- packages/python/python-gammu_0.13.bb | 11 ----------- packages/python/python-gammu_0.21.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 11 deletions(-) delete mode 100644 packages/python/python-gammu_0.13.bb create mode 100644 packages/python/python-gammu_0.21.bb diff --git a/packages/python/python-gammu_0.13.bb b/packages/python/python-gammu_0.13.bb deleted file mode 100644 index 610263fd93..0000000000 --- a/packages/python/python-gammu_0.13.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Python bindings for the gammu GSM phone communication library." -HOMEPAGE = "http://cihar.com/gammu/python" -SECTION = "devel/python" -DEPENDS = "gammu" -LICENSE = "GPL" -PR = "ml0" - -SRC_URI = "http://dl.cihar.com/python-gammu/latest/python-gammu-${PV}.tar.bz2" - -inherit distutils - diff --git a/packages/python/python-gammu_0.21.bb b/packages/python/python-gammu_0.21.bb new file mode 100644 index 0000000000..0994a9d92b --- /dev/null +++ b/packages/python/python-gammu_0.21.bb @@ -0,0 +1,14 @@ +#TODO needs recent gammu, which in turn needs cmake which we don't have yet +BROKEN = "1" + +DESCRIPTION = "Python bindings for the gammu GSM phone communication library." +HOMEPAGE = "http://cihar.com/gammu/python" +SECTION = "devel/python" +DEPENDS = "gammu" +LICENSE = "GPL" +PR = "ml0" + +SRC_URI = "http://dl.cihar.com/python-gammu/latest/python-gammu-${PV}.tar.bz2" + +inherit distutils + -- cgit v1.2.3