From 271c3afd8b72e321981b193be6deb968027e6149 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 28 Apr 2012 18:38:06 +0200 Subject: libsoup-2.4: upgrade to 2.38.1 * newer webkit-efl needs 2.37.4 or newer Signed-off-by: Martin Jansa --- meta/recipes-support/libsoup/libsoup-2.4_2.36.1.bb | 21 --------------------- meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-support/libsoup/libsoup-2.4_2.36.1.bb create mode 100644 meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.36.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.36.1.bb deleted file mode 100644 index 8e6ef2630c..0000000000 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.36.1.bb +++ /dev/null @@ -1,21 +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" -PR = "r1" - -DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" - -SRC_URI = "${GNOME_MIRROR}/libsoup/2.36/libsoup-${PV}.tar.bz2" - -SRC_URI[md5sum] = "9c03fc033da61deaf5b403e9e9c884b8" -SRC_URI[sha256sum] = "c387eefd8214c458965b1d6e3490cea33b5bb6c81798cac90cde96136dc19401" - -S = "${WORKDIR}/libsoup-${PV}" - -inherit autotools pkgconfig - diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb new file mode 100644 index 0000000000..c04918e47e --- /dev/null +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb @@ -0,0 +1,21 @@ +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 libgnome-keyring" + +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] = "d13fb4968acea24c26b83268a308f580" +SRC_URI[sha256sum] = "71b8923fc7a5fef9abc5420f7f3d666fdb589f43a8c50892d584d58b3c513f9a" + +S = "${WORKDIR}/libsoup-${PV}" + +inherit autotools pkgconfig + -- cgit 1.2.3-korg