From 0c2986fc20727ad5d66541a052f535a9c3aa6cd1 Mon Sep 17 00:00:00 2001 From: Constantin Musca Date: Mon, 3 Sep 2012 11:31:12 +0300 Subject: telepathy-glib: upgrade to 0.19.8 (From OE-Core rev: f30990d7f81d537c64a96baacf4b77c518978631) Signed-off-by: Constantin Musca Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../telepathy/telepathy-glib_0.19.6.bb | 18 ------------------ .../telepathy/telepathy-glib_0.19.8.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-glib_0.19.6.bb create mode 100644 meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.6.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.6.bb deleted file mode 100644 index 37be67c71f..0000000000 --- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.6.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Telepathy Framework glib-base helper library" -DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers" -HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" -DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" -LICENSE = "LGPLv2.1+" -PR = "r0" - -SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz" - -SRC_URI[md5sum] = "5fa6ecdb3f2b2a18d9a707e5d09fa8c7" -SRC_URI[sha256sum] = "9fdb1260f4df7a89ff5245ffa72c0331f77affd2cd58cca3714bcfaa5bf473a8" - -LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" - -inherit autotools pkgconfig gettext - -FILES_${PN} += "${datadir}/telepathy \ - ${datadir}/dbus-1" diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb new file mode 100644 index 0000000000..2b072bbfc5 --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb @@ -0,0 +1,18 @@ +SUMMARY = "Telepathy Framework glib-base helper library" +DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers" +HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" +DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" +LICENSE = "LGPLv2.1+" +PR = "r0" + +SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz" + +SRC_URI[md5sum] = "ffd0953953981473fcd9c373ccb9e882" +SRC_URI[sha256sum] = "581682a937ee33bd4ce01e17d09b338155a79dff44925b988b0701fdbee50b20" + +LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" + +inherit autotools pkgconfig gettext + +FILES_${PN} += "${datadir}/telepathy \ + ${datadir}/dbus-1" -- cgit v1.2.3-54-g00ecf