From cd522f900556a1713c2e37a2b6f5bfe0a77d65fd Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Wed, 29 Dec 2010 13:29:35 +0800 Subject: telepathy-python: upgrade to version 0.15.19 upgrade from 0.15.18 to 0.15.19 Signed-off-by: Dongxiao Xu --- .../telepathy/telepathy-python_0.15.18.bb | 21 --------------------- .../telepathy/telepathy-python_0.15.19.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb create mode 100644 meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb (limited to 'meta/recipes-connectivity/telepathy') diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb deleted file mode 100644 index 8d7c766b90..0000000000 --- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "Telepathy framework - Python package" -HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" -LICENSE = "LGPLv2.1+" -LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - file://src/utils.py;beginline=1;endline=17;md5=9a07d1a9791a7429a14e7b25c6c86822" - -RDEPENDS_${PN} += "python-dbus" - -SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz " - -PR = "r1" - -inherit autotools - -SRC_URI[md5sum] = "51da78a77681b0652d9b4ca941da0658" -SRC_URI[sha256sum] = "f9f5c260188e9e27af9152bfc6d622cc5c0ea48d63d5fa9985abbdd69fda0e87" - -FILES_${PN} += "\ - ${libdir}/python*/site-packages/telepathy/*.py \ - ${libdir}/python*/site-packages/telepathy/*/*.py \ - " diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb new file mode 100644 index 0000000000..aefde8c891 --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Telepathy framework - Python package" +HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ + file://src/utils.py;beginline=1;endline=17;md5=9a07d1a9791a7429a14e7b25c6c86822" + +RDEPENDS_${PN} += "python-dbus" + +SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz " + +PR = "r0" + +inherit autotools + +SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017" +SRC_URI[sha256sum] = "244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376" + +FILES_${PN} += "\ + ${libdir}/python*/site-packages/telepathy/*.py \ + ${libdir}/python*/site-packages/telepathy/*/*.py \ + " -- cgit v1.2.3-54-g00ecf