From 827c4a6e337f6701945bf12a4a93f98011103597 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sun, 21 Apr 2013 14:37:42 -0700 Subject: glib-networking: Update to 2.36 COPYING file: Address and Formating changes only Signed-off-by: Saul Wold --- .../glib-networking/glib-networking_2.28.7.bb | 25 ---------------------- .../glib-networking/glib-networking_2.36.0.bb | 23 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-core/glib-networking/glib-networking_2.28.7.bb create mode 100644 meta/recipes-core/glib-networking/glib-networking_2.36.0.bb diff --git a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb b/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb deleted file mode 100644 index 17f0102f5a..0000000000 --- a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb +++ /dev/null @@ -1,25 +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=3bf50002aefd002f49e7bb854063f7e7" - -SECTION = "libs" -DEPENDS = "glib-2.0 gnutls intltool-native" - -PR = "r3" - -SRC_URI = "${GNOME_MIRROR}/${BPN}/2.28/${BPN}-${PV}.tar.bz2" - -SRC_URI[md5sum] = "c10e51571d03c10111a37bcd21fbf777" -SRC_URI[sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c" - -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.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.36.0.bb new file mode 100644 index 0000000000..2cc69ef35a --- /dev/null +++ b/meta/recipes-core/glib-networking/glib-networking_2.36.0.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] = "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" -- cgit 1.2.3-korg