summaryrefslogtreecommitdiffstats
path: root/meta/packages/telepathy/libtelepathy_0.3.3.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-07-21 09:15:15 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-07-21 09:15:15 +0000
commit4a32f7de4ed4b97d3c3324c1cc40641102b3965d (patch)
tree03501a3016c27c3994ab87db9f7b60f34a55b3cf /meta/packages/telepathy/libtelepathy_0.3.3.bb
parent706229768c3814a94de5e2374c6974397136a7f0 (diff)
downloadpoky-4a32f7de4ed4b97d3c3324c1cc40641102b3965d.tar.gz
libtelepathy: upgraded to 0.3.3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4904 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/telepathy/libtelepathy_0.3.3.bb')
-rw-r--r--meta/packages/telepathy/libtelepathy_0.3.3.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/telepathy/libtelepathy_0.3.3.bb b/meta/packages/telepathy/libtelepathy_0.3.3.bb
new file mode 100644
index 0000000000..4343688fba
--- /dev/null
+++ b/meta/packages/telepathy/libtelepathy_0.3.3.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Telepathy framework - GLib library"
2HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
3DEPENDS = "glib-2.0 dbus dbus-glib telepathy-glib"
4LICENSE = "LGPL"
5PR = "r2"
6
7SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \
8 file://prefer_python_2.5.patch;patch=1 "
9
10inherit autotools pkgconfig
11
12FILES_${PN} += "${datadir}/telepathy \
13 ${datadir}/dbus-1"
14
15do_stage() {
16 autotools_stage_all
17}