diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-04-28 18:38:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-06 10:21:18 +0100 |
commit | 271c3afd8b72e321981b193be6deb968027e6149 (patch) | |
tree | 5e464541e28d686d630fefd2f3730158e21dd79d /meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb | |
parent | 117cb418dedd35afce35598fd68a18721db6e9c9 (diff) | |
download | openembedded-core-271c3afd8b72e321981b193be6deb968027e6149.tar.gz openembedded-core-271c3afd8b72e321981b193be6deb968027e6149.tar.bz2 openembedded-core-271c3afd8b72e321981b193be6deb968027e6149.zip |
libsoup-2.4: upgrade to 2.38.1
* newer webkit-efl needs 2.37.4 or newer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
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 + |