diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-27 16:01:46 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-27 16:01:46 +0000 |
commit | 8ac44b44e690aa3c0fc91a8e1425504832732a22 (patch) | |
tree | f221e9c26a58cfb10be20253015ef96a1c1ebf24 /meta/packages/telepathy | |
parent | 44e5a6617511cf4029a5217a06b9155214dca821 (diff) | |
download | poky-8ac44b44e690aa3c0fc91a8e1425504832732a22.tar.gz |
telepathy-glib: improved description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3255 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/telepathy')
-rw-r--r-- | meta/packages/telepathy/telepathy-glib_0.7.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/telepathy/telepathy-glib_0.7.0.bb b/meta/packages/telepathy/telepathy-glib_0.7.0.bb index 7885cdecd4..a3817eb8fd 100644 --- a/meta/packages/telepathy/telepathy-glib_0.7.0.bb +++ b/meta/packages/telepathy/telepathy-glib_0.7.0.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | DESCRIPTION = "Telepathy framework - GLib library" | 1 | DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers" |
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | 2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" |
3 | DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native" | 3 | DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | PR = "r1" | ||
5 | 6 | ||
6 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz " | 7 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz " |
7 | 8 | ||