From 67a562d236735d1bb08e7c2f5ea01409f59741d3 Mon Sep 17 00:00:00 2001 From: Valentin Popa Date: Mon, 28 Oct 2013 16:02:42 +0200 Subject: libsoup: upgrade to 2.44.1 Tested with midori-browser on qemux86 and qemuarm. Signed-off-by: Valentin Popa Signed-off-by: Richard Purdie --- meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb | 28 ---------------------- meta/recipes-support/libsoup/libsoup-2.4_2.44.1.bb | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb create mode 100644 meta/recipes-support/libsoup/libsoup-2.4_2.44.1.bb (limited to 'meta') diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb deleted file mode 100644 index ef8d43914c..0000000000 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "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 libproxy sqlite3" - -# 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] = "aaccd590a8002b69716f885fa8589887" -SRC_URI[sha256sum] = "20bd5365bb3e7de70fade91ac82c9dea31636318df90b8c26bc4cde2523a8c91" - -S = "${WORKDIR}/libsoup-${PV}" - -inherit autotools pkgconfig - -# glib-networking is needed for SSL, proxies, etc. -RRECOMMENDS_${PN} = "glib-networking" diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.44.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.44.1.bb new file mode 100644 index 0000000000..6c3c1db269 --- /dev/null +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.44.1.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "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 libproxy sqlite3" + +# 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] = "c8e3b59b16e8fbad430f47adb3bbd3df" +SRC_URI[sha256sum] = "c532c331dd5f7eb78438867302ed6897a847c82b287ed9347bea8d1937974c1d" + +S = "${WORKDIR}/libsoup-${PV}" + +inherit autotools pkgconfig + +# glib-networking is needed for SSL, proxies, etc. +RRECOMMENDS_${PN} = "glib-networking" -- cgit 1.2.3-korg