]> code.ossystems Code Review - openembedded-core.git/commitdiff
telepathy-python: Upgrade to version 0.15.18
authorDongxiao Xu <dongxiao.xu@intel.com>
Tue, 23 Nov 2010 06:49:55 +0000 (14:49 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Dec 2010 13:24:51 +0000 (05:24 -0800)
The new version uses autotool, therefore inherit autotools.bbclass.

Fixed recipe metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb [deleted file]
meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb [new file with mode: 0644]

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 (file)
index 0898b32..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-DESCRIPTION = "Telepathy framework - Python package"
-HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
-LICENSE = "LGPL"
-RDEPENDS_${PN} += "python-dbus"
-
-SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz "
-
-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 (file)
index 0000000..a5705e2
--- /dev/null
@@ -0,0 +1,16 @@
+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] = "51da78a77681b0652d9b4ca941da0658"
+SRC_URI[sha256sum] = "f9f5c260188e9e27af9152bfc6d622cc5c0ea48d63d5fa9985abbdd69fda0e87"