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 | |
parent | 44e5a6617511cf4029a5217a06b9155214dca821 (diff) | |
download | openembedded-core-8ac44b44e690aa3c0fc91a8e1425504832732a22.tar.gz openembedded-core-8ac44b44e690aa3c0fc91a8e1425504832732a22.tar.bz2 openembedded-core-8ac44b44e690aa3c0fc91a8e1425504832732a22.zip |
telepathy-glib: improved description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3255 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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 @@ -DESCRIPTION = "Telepathy framework - GLib library" +DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers" HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native" LICENSE = "LGPL" +PR = "r1" SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz " |