diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-12-29 13:29:35 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 12:07:28 +0000 |
commit | cd522f900556a1713c2e37a2b6f5bfe0a77d65fd (patch) | |
tree | 8b1ebd0e8445ae87d5bfa788876e95d2268e7718 | |
parent | 55643cc182583faf879fef0d338f69d70dc5d687 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb (renamed from meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb index 8d7c766b90..aefde8c891 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb | |||
@@ -8,12 +8,12 @@ RDEPENDS_${PN} += "python-dbus" | |||
8 | 8 | ||
9 | SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz " | 9 | SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz " |
10 | 10 | ||
11 | PR = "r1" | 11 | PR = "r0" |
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools |
14 | 14 | ||
15 | SRC_URI[md5sum] = "51da78a77681b0652d9b4ca941da0658" | 15 | SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017" |
16 | SRC_URI[sha256sum] = "f9f5c260188e9e27af9152bfc6d622cc5c0ea48d63d5fa9985abbdd69fda0e87" | 16 | SRC_URI[sha256sum] = "244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376" |
17 | 17 | ||
18 | FILES_${PN} += "\ | 18 | FILES_${PN} += "\ |
19 | ${libdir}/python*/site-packages/telepathy/*.py \ | 19 | ${libdir}/python*/site-packages/telepathy/*.py \ |