From e3a981809bf0c9b93b2025bba42fc1b17e374c8c Mon Sep 17 00:00:00 2001 From: Andrei Dinu Date: Thu, 20 Dec 2012 16:31:15 +0200 Subject: telepathy-glib upgrade to 0.20.1 upgrade from 0.19.8 to 0.20.1 Signed-off-by: Andrei Dinu Signed-off-by: Cristian Iorga Signed-off-by: Saul Wold --- .../telepathy/telepathy-glib_0.19.8.bb | 19 ------------------- .../telepathy/telepathy-glib_0.20.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb create mode 100644 meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb (limited to 'meta') diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb deleted file mode 100644 index 370a822370..0000000000 --- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb +++ /dev/null @@ -1,19 +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 = "r2" - -SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz \ - file://pkgconfig.patch" - -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" diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb new file mode 100644 index 0000000000..a0c3103149 --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb @@ -0,0 +1,19 @@ +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 \ + file://pkgconfig.patch" + +SRC_URI[md5sum] = "780034ff7433f33e6577b02fd7a2cb0a" +SRC_URI[sha256sum] = "01a0343f61fbd389fed9c819751aa75914150aa567472dcb480ced7f4ed261b6" + +LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" + +inherit autotools pkgconfig gettext + +FILES_${PN} += "${datadir}/telepathy \ + ${datadir}/dbus-1" -- cgit 1.2.3-korg