diff options
author | Joshua Lock <josh@linux.intel.com> | 2009-12-08 21:25:44 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2009-12-17 17:44:56 +0000 |
commit | eb12b0416d80fd2ca3eb275efd23dec44c73f016 (patch) | |
tree | 75dc6a01186ebda297ce978f7480333b9fdd1702 /meta/packages | |
parent | 8076573fe8d64a06971a00aca10b7032413d9a56 (diff) | |
download | poky-eb12b0416d80fd2ca3eb275efd23dec44c73f016.tar.gz |
telepathy-glib: Update 0.9.0 -> 0.9.2
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/telepathy/telepathy-glib_0.9.2.bb (renamed from meta/packages/telepathy/telepathy-glib_0.9.0.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/telepathy/telepathy-glib_0.9.0.bb b/meta/packages/telepathy/telepathy-glib_0.9.2.bb index cf522b8ce1..4411e922aa 100644 --- a/meta/packages/telepathy/telepathy-glib_0.9.0.bb +++ b/meta/packages/telepathy/telepathy-glib_0.9.2.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection man | |||
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 dbus-glib" | 3 | DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | PR = "r1" | 5 | PR = "r0" |
6 | 6 | ||
7 | 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" |
8 | 8 | ||
@@ -10,3 +10,4 @@ inherit autotools_stage pkgconfig | |||
10 | 10 | ||
11 | FILES_${PN} += "${datadir}/telepathy \ | 11 | FILES_${PN} += "${datadir}/telepathy \ |
12 | ${datadir}/dbus-1" | 12 | ${datadir}/dbus-1" |
13 | |||