From 77546a8678dc55e9e35bb5ca85f692c27a6a592f Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Wed, 13 Apr 2011 14:20:26 +0800 Subject: telepathy-idle: upgrade to version 0.1.8 (From OE-Core rev: bdd6c85e1904be100d733b6286045e31d5772ea3) Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- .../telepathy/telepathy-idle_0.1.7.bb | 18 ------------------ .../telepathy/telepathy-idle_0.1.8.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb create mode 100644 meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb (limited to 'meta/recipes-connectivity/telepathy') diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.bb deleted file mode 100644 index 0ee3ca85fc..0000000000 --- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.7.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/${BPN}/${P}.tar.gz" - -SRC_URI[md5sum] = "5ee3aa5c6e1112922b11711e6a209331" -SRC_URI[sha256sum] = "b65df4f8ebdf1039e1f1e406f53cc7b6106fab6c4d8e784e360709f8d85df0c3" - -inherit autotools pkgconfig - -FILES_${PN} += "${datadir}/telepathy \ - ${datadir}/dbus-1" diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.bb new file mode 100644 index 0000000000..5bd4e28adc --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.8.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/${BPN}/${P}.tar.gz" + +SRC_URI[md5sum] = "82f5eafa07df5e1abc785061143bbfd2" +SRC_URI[sha256sum] = "384119cc64022626b6f51aaaef605abf248602d8fae25baff82762a097f20fe9" + +inherit autotools pkgconfig + +FILES_${PN} += "${datadir}/telepathy \ + ${datadir}/dbus-1" -- cgit v1.2.3-54-g00ecf