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-07 16:42:46 +0100 |
commit | 3ea2db0b9d32e52afef76dfb429405fb943edde6 (patch) | |
tree | 9b2b589453833f91b5b92e1c62b41790dd12a950 /meta/recipes-support/libsoup | |
parent | b072f0c12444c17ac36106a9bc4eae4797ba2a03 (diff) | |
download | poky-3ea2db0b9d32e52afef76dfb429405fb943edde6.tar.gz |
libsoup-2.4: upgrade to 2.38.1
* newer webkit-efl needs 2.37.4 or newer
(From OE-Core rev: 271c3afd8b72e321981b193be6deb968027e6149)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libsoup')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb (renamed from meta/recipes-support/libsoup/libsoup-2.4_2.36.1.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.36.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb index 8e6ef2630c..c04918e47e 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.36.1.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb | |||
@@ -6,14 +6,14 @@ LICENSE = "LGPLv2" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
7 | 7 | ||
8 | SECTION = "x11/gnome/libs" | 8 | SECTION = "x11/gnome/libs" |
9 | PR = "r1" | ||
10 | 9 | ||
11 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" | 10 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" |
12 | 11 | ||
13 | SRC_URI = "${GNOME_MIRROR}/libsoup/2.36/libsoup-${PV}.tar.bz2" | 12 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" |
13 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" | ||
14 | 14 | ||
15 | SRC_URI[md5sum] = "9c03fc033da61deaf5b403e9e9c884b8" | 15 | SRC_URI[md5sum] = "d13fb4968acea24c26b83268a308f580" |
16 | SRC_URI[sha256sum] = "c387eefd8214c458965b1d6e3490cea33b5bb6c81798cac90cde96136dc19401" | 16 | SRC_URI[sha256sum] = "71b8923fc7a5fef9abc5420f7f3d666fdb589f43a8c50892d584d58b3c513f9a" |
17 | 17 | ||
18 | S = "${WORKDIR}/libsoup-${PV}" | 18 | S = "${WORKDIR}/libsoup-${PV}" |
19 | 19 | ||