diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-23 14:49:55 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:51 -0800 |
commit | d239fef8ad7fe6aaced9a4e3ef7470ad673bf415 (patch) | |
tree | abaeed61a616399f9cc17c946fcc680bdc51c445 | |
parent | 63aaa4ed41f973cab8affbe1aceb29714a37b27f (diff) | |
download | poky-d239fef8ad7fe6aaced9a4e3ef7470ad673bf415.tar.gz |
telepathy-python: Upgrade to version 0.15.18
The new version uses autotool, therefore inherit autotools.bbclass.
Fixed recipe metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-rw-r--r-- | meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb | 8 | ||||
-rw-r--r-- | meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb | 16 |
2 files changed, 16 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb deleted file mode 100644 index 0898b321eb..0000000000 --- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | DESCRIPTION = "Telepathy framework - Python package" | ||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
3 | LICENSE = "LGPL" | ||
4 | RDEPENDS_${PN} += "python-dbus" | ||
5 | |||
6 | SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz " | ||
7 | |||
8 | inherit distutils | ||
diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb new file mode 100644 index 0000000000..a5705e2074 --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Telepathy framework - Python package" | ||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
3 | LICENSE = "LGPLv2.1+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | ||
5 | file://src/utils.py;beginline=1;endline=17;md5=9a07d1a9791a7429a14e7b25c6c86822" | ||
6 | |||
7 | RDEPENDS_${PN} += "python-dbus" | ||
8 | |||
9 | SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz " | ||
10 | |||
11 | PR = "r0" | ||
12 | |||
13 | inherit autotools | ||
14 | |||
15 | SRC_URI[md5sum] = "51da78a77681b0652d9b4ca941da0658" | ||
16 | SRC_URI[sha256sum] = "f9f5c260188e9e27af9152bfc6d622cc5c0ea48d63d5fa9985abbdd69fda0e87" | ||