diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-21 09:15:15 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-21 09:15:15 +0000 |
commit | 4a32f7de4ed4b97d3c3324c1cc40641102b3965d (patch) | |
tree | 03501a3016c27c3994ab87db9f7b60f34a55b3cf /meta/packages/telepathy/libtelepathy_0.3.1.bb | |
parent | 706229768c3814a94de5e2374c6974397136a7f0 (diff) | |
download | poky-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.1.bb')
-rw-r--r-- | meta/packages/telepathy/libtelepathy_0.3.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/telepathy/libtelepathy_0.3.1.bb b/meta/packages/telepathy/libtelepathy_0.3.1.bb deleted file mode 100644 index b87a72ba67..0000000000 --- a/meta/packages/telepathy/libtelepathy_0.3.1.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | DESCRIPTION = "Telepathy framework - GLib library" | ||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
3 | DEPENDS = "glib-2.0 dbus telepathy-glib" | ||
4 | LICENSE = "LGPL" | ||
5 | PR = "r2" | ||
6 | |||
7 | SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \ | ||
8 | file://prefer_python_2.5.patch;patch=1 " | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | FILES_${PN} += "${datadir}/telepathy \ | ||
13 | ${datadir}/dbus-1" | ||
14 | |||
15 | do_stage() { | ||
16 | autotools_stage_all | ||
17 | } | ||