diff options
Diffstat (limited to 'meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb')
-rw-r--r-- | meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb | 8 |
1 files changed, 8 insertions, 0 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 new file mode 100644 index 0000000000..0898b321eb --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb | |||
@@ -0,0 +1,8 @@ | |||
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 | ||