diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-02 11:05:08 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-02 11:05:08 +0000 |
commit | a17f926458a07427d779f2dc5b43be8cc74bb4a4 (patch) | |
tree | 6094bbaef6e1833331fc7fda1ff595bddb3a2899 /meta/packages/telepathy/libtelepathy_0.0.53.bb | |
parent | a6ce2f8bd5fea19965ee856e2daceb2a2829132d (diff) | |
download | poky-a17f926458a07427d779f2dc5b43be8cc74bb4a4.tar.gz |
Upgrade libtelepathy and telepathy-mission-control
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2323 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/telepathy/libtelepathy_0.0.53.bb')
-rw-r--r-- | meta/packages/telepathy/libtelepathy_0.0.53.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/packages/telepathy/libtelepathy_0.0.53.bb b/meta/packages/telepathy/libtelepathy_0.0.53.bb deleted file mode 100644 index f3e4f37521..0000000000 --- a/meta/packages/telepathy/libtelepathy_0.0.53.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
2 | DEPENDS = "glib-2.0 dbus" | ||
3 | LICENSE = "LGPL" | ||
4 | PR = "r1" | ||
5 | |||
6 | SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz" | ||
7 | |||
8 | inherit autotools pkgconfig | ||
9 | |||
10 | FILES_${PN} += "${datadir}/telepathy \ | ||
11 | ${datadir}/dbus-1" | ||
12 | |||
13 | do_stage() { | ||
14 | autotools_stage_all | ||
15 | } | ||