From 0731fb03b5cc40502f90912fb2e72b54b777509d Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Mon, 13 Apr 2015 15:42:00 +0300 Subject: libsoup-2.4: Upgrade 2.46.0 -> 2.50.0 Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb | 29 ---------------------- meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb | 28 +++++++++++++++++++++ 2 files changed, 28 insertions(+), 29 deletions(-) delete mode 100644 meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb create mode 100644 meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb (limited to 'meta/recipes-support/libsoup') diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb deleted file mode 100644 index 81da911926..0000000000 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "An HTTP library implementation in C" -HOMEPAGE = "http://www.gnome.org/" -BUGTRACKER = "https://bugzilla.gnome.org/" - -LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" - -SECTION = "x11/gnome/libs" - -DEPENDS = "glib-2.0 gnutls libxml2 sqlite3 intltool-native" - -# libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable -# by default but let it be easily disabled. -PACKAGECONFIG ??= "gnome" -PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome" - -SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" -SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" - - -SRC_URI[md5sum] = "86765c0093efaf3006fa2960d170d097" -SRC_URI[sha256sum] = "fa3d5574c1a2df521242e2ca624a2b3057121798cab9f8f40525aa186a7b15a3" - -S = "${WORKDIR}/libsoup-${PV}" - -inherit autotools gettext pkgconfig - -# glib-networking is needed for SSL, proxies, etc. -RRECOMMENDS_${PN} = "glib-networking" diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb new file mode 100644 index 0000000000..044db31f4d --- /dev/null +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb @@ -0,0 +1,28 @@ +SUMMARY = "An HTTP library implementation in C" +HOMEPAGE = "http://www.gnome.org/" +BUGTRACKER = "https://bugzilla.gnome.org/" + +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" + +SECTION = "x11/gnome/libs" + +DEPENDS = "glib-2.0 gnutls libxml2 sqlite3 intltool-native" + +# libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable +# by default but let it be easily disabled. +PACKAGECONFIG ??= "gnome" +PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome" + +SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" +SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" + +SRC_URI[md5sum] = "9a84d66e1b7ccd3bd340574b11eccc15" +SRC_URI[sha256sum] = "1e01365ac4af3817187ea847f9d3588c27eee01fc519a5a7cb212bb78b0f667b" + +S = "${WORKDIR}/libsoup-${PV}" + +inherit autotools gettext pkgconfig + +# glib-networking is needed for SSL, proxies, etc. +RRECOMMENDS_${PN} = "glib-networking" -- cgit 1.2.3-korg