diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-27 16:00:01 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-27 16:00:01 +0000 |
commit | cdb708cb27e5c1cce6d35313dbf83b11437fa8e6 (patch) | |
tree | 3009ccb4f73288234f099e007d24bd5d8c019e80 | |
parent | 59195b7e14e63c751744a2935cb71a47abfba75b (diff) | |
download | poky-cdb708cb27e5c1cce6d35313dbf83b11437fa8e6.tar.gz |
libtelepathy: improved description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3253 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/telepathy/libtelepathy_0.3.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/telepathy/libtelepathy_0.3.1.bb b/meta/packages/telepathy/libtelepathy_0.3.1.bb index 8e1a96f55d..898400fa72 100644 --- a/meta/packages/telepathy/libtelepathy_0.3.1.bb +++ b/meta/packages/telepathy/libtelepathy_0.3.1.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | DESCRIPTION = "Telepathy framework - GLib library" | ||
1 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | 2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" |
2 | DEPENDS = "glib-2.0 dbus telepathy-glib" | 3 | DEPENDS = "glib-2.0 dbus telepathy-glib" |
3 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
4 | PR = "r0" | 5 | PR = "r1" |
5 | 6 | ||
6 | SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz" | 7 | SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz" |
7 | 8 | ||