summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-12-29 13:29:35 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-30 12:07:28 +0000
commitcd522f900556a1713c2e37a2b6f5bfe0a77d65fd (patch)
tree8b1ebd0e8445ae87d5bfa788876e95d2268e7718 /meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb
parent55643cc182583faf879fef0d338f69d70dc5d687 (diff)
downloadpoky-cd522f900556a1713c2e37a2b6f5bfe0a77d65fd.tar.gz
telepathy-python: upgrade to version 0.15.19
upgrade from 0.15.18 to 0.15.19 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb')
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb21
1 files changed, 0 insertions, 21 deletions
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 @@
1DESCRIPTION = "Telepathy framework - Python package"
2HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
3LICENSE = "LGPLv2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
5 file://src/utils.py;beginline=1;endline=17;md5=9a07d1a9791a7429a14e7b25c6c86822"
6
7RDEPENDS_${PN} += "python-dbus"
8
9SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz "
10
11PR = "r1"
12
13inherit autotools
14
15SRC_URI[md5sum] = "51da78a77681b0652d9b4ca941da0658"
16SRC_URI[sha256sum] = "f9f5c260188e9e27af9152bfc6d622cc5c0ea48d63d5fa9985abbdd69fda0e87"
17
18FILES_${PN} += "\
19 ${libdir}/python*/site-packages/telepathy/*.py \
20 ${libdir}/python*/site-packages/telepathy/*/*.py \
21 "