From 55643cc182583faf879fef0d338f69d70dc5d687 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Wed, 29 Dec 2010 11:19:09 +0800 Subject: telepathy-idle: upgrade to version 0.1.7 upgrade from 0.1.6 to 0.1.7 Signed-off-by: Dongxiao Xu --- .../telepathy/telepathy-idle_0.1.6.bb | 18 ------------------ .../telepathy/telepathy-idle_0.1.7.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb create mode 100644 meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb (limited to 'meta') 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" diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb new file mode 100644 index 0000000000..cbc7234aba --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb @@ -0,0 +1,18 @@ +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] = "5ee3aa5c6e1112922b11711e6a209331" +SRC_URI[sha256sum] = "b65df4f8ebdf1039e1f1e406f53cc7b6106fab6c4d8e784e360709f8d85df0c3" + +inherit autotools pkgconfig + +FILES_${PN} += "${datadir}/telepathy \ + ${datadir}/dbus-1" -- cgit v1.2.3-54-g00ecf