From 5cf2fa6cb4b18d1a436b361b805822f7ed391d80 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 18 May 2013 10:42:53 +0200 Subject: glib-networking: update to 2.36.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Saul Wold --- .../glib-networking/glib-networking_2.36.0.bb | 23 ---------------------- .../glib-networking/glib-networking_2.36.2.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-core/glib-networking/glib-networking_2.36.0.bb create mode 100644 meta/recipes-core/glib-networking/glib-networking_2.36.2.bb (limited to 'meta/recipes-core/glib-networking') diff --git a/meta/recipes-core/glib-networking/glib-networking_2.36.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.36.0.bb deleted file mode 100644 index 2cc69ef35a..0000000000 --- a/meta/recipes-core/glib-networking/glib-networking_2.36.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies." -HOMEPAGE = "http://git.gnome.org/browse/glib-networking/" -BUGTRACKER = "http://bugzilla.gnome.org" - -LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" - -SECTION = "libs" -DEPENDS = "glib-2.0 gnutls intltool-native" - -SRC_URI = "${GNOME_MIRROR}/${BPN}/2.36/${BPN}-${PV}.tar.xz" - -SRC_URI[md5sum] = "062dafdb939510e7b38eea3d3b367be0" -SRC_URI[sha256sum] = "190d66fbaeb023ba4f43c315f23c5372c43be6cbe857596e00990211514650d9" - -EXTRA_OECONF = "--without-ca-certificates --without-gnome-proxy --without-libproxy" - -inherit autotools pkgconfig - -FILES_${PN} += "${libdir}/gio/modules/libgio*.so ${datadir}/dbus-1/services/" -FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/" -FILES_${PN}-dev += "${libdir}/gio/modules/libgio*.la" -FILES_${PN}-staticdev += "${libdir}/gio/modules/libgio*.a" diff --git a/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb b/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb new file mode 100644 index 0000000000..863a4eb918 --- /dev/null +++ b/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies." +HOMEPAGE = "http://git.gnome.org/browse/glib-networking/" +BUGTRACKER = "http://bugzilla.gnome.org" + +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" + +SECTION = "libs" +DEPENDS = "glib-2.0 gnutls intltool-native" + +SRC_URI = "${GNOME_MIRROR}/${BPN}/2.36/${BPN}-${PV}.tar.xz" + +SRC_URI[md5sum] = "fb9121742ed36d1723f296eea19dbb3c" +SRC_URI[sha256sum] = "2108d55b0af3eea56ce256830bcaf1519d6337e0054ef2eff80f2c0ef0eb23f9" + +EXTRA_OECONF = "--without-ca-certificates --without-gnome-proxy --without-libproxy" + +inherit autotools pkgconfig + +FILES_${PN} += "${libdir}/gio/modules/libgio*.so ${datadir}/dbus-1/services/" +FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/" +FILES_${PN}-dev += "${libdir}/gio/modules/libgio*.la" +FILES_${PN}-staticdev += "${libdir}/gio/modules/libgio*.a" -- cgit 1.2.3-korg