diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-10 13:55:31 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-10 13:55:31 +0200 |
commit | 1f9093d95cb44179d171d337b63f2c5ecaf94086 (patch) | |
tree | 0b8b8349b5304e565cc28d69e23623333316f85a /recipes/telepathy/telepathy-glib_0.7.29.bb | |
parent | 28bac40e6c1bde11de63deda391624ed6dfff3f1 (diff) |
telepathy: update empathy and telepathy bits
Diffstat (limited to 'recipes/telepathy/telepathy-glib_0.7.29.bb')
-rw-r--r-- | recipes/telepathy/telepathy-glib_0.7.29.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/telepathy/telepathy-glib_0.7.29.bb b/recipes/telepathy/telepathy-glib_0.7.29.bb new file mode 100644 index 0000000000..aaed2b7053 --- /dev/null +++ b/recipes/telepathy/telepathy-glib_0.7.29.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Telepathy framework - GLib library" +HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" +DEPENDS = "glib-2.0 dbus libxslt-native python-native dbus-native" +LICENSE = "LGPL" + +SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz " + +inherit autotools_stage + +AUTOTOOLS_STAGE_PKGCONFIG = "1" + +FILES_${PN} += "${datadir}/telepathy \ + ${datadir}/dbus-1" + |