aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-12-29 11:19:09 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-30 12:07:28 +0000
commit55643cc182583faf879fef0d338f69d70dc5d687 (patch)
tree55bf4fa6a377e4d970a6ef5051260ef7d30c93ad /meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb
parent69c1e98cb77f7fd1b7240b63518b47311e94331d (diff)
downloadopenembedded-core-55643cc182583faf879fef0d338f69d70dc5d687.tar.gz
telepathy-idle: upgrade to version 0.1.7
upgrade from 0.1.6 to 0.1.7 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb')
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb
deleted file mode 100644
index f5222525db..0000000000
--- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "Telepathy IRC connection manager"
-DESCRIPTION = "Telepathy implementation of the Internet Relay Chat protocols."
-HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
-DEPENDS = "glib-2.0 dbus telepathy-glib openssl"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
- file://src/idle.c;beginline=1;endline=19;md5=b06b1e2594423111a1a7910b0eefc7f9"
-PR = "r0"
-
-SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-SRC_URI[md5sum] = "0efe17425cdc3490714947ff68003bf6"
-SRC_URI[sha256sum] = "fc05a1780499eab3b168b1826e2fe18dbe4bea3576ea0ff2b548b063336c61f5"
-
-inherit autotools pkgconfig
-
-FILES_${PN} += "${datadir}/telepathy \
- ${datadir}/dbus-1"