diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-21 15:43:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-31 09:43:22 +0000 |
commit | 28dbb928ca25d20fac1af4677564ff6796a0f339 (patch) | |
tree | cce1aae080aee2e2fc816f38f6bfdfd4962e6e5d /meta/recipes-support | |
parent | 283c7b8553d57caca0eb320bbb1e0d301aa32553 (diff) | |
download | poky-28dbb928ca25d20fac1af4677564ff6796a0f339.tar.gz |
libsoup-2.4: upgrade to 2.40.2
(From OE-Core rev: 98b9c77ff21b8bc09d90432c115b100f8423112b)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.40.2.bb (renamed from meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.40.2.bb index 4a4d59a2b7..9274f8c046 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.40.2.bb | |||
@@ -5,7 +5,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/" | |||
5 | LICENSE = "LGPLv2" | 5 | LICENSE = "LGPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
7 | 7 | ||
8 | PR = "r2" | 8 | PR = "r0" |
9 | 9 | ||
10 | SECTION = "x11/gnome/libs" | 10 | SECTION = "x11/gnome/libs" |
11 | 11 | ||
@@ -14,8 +14,8 @@ DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" | |||
14 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | 14 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" |
15 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" | 15 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "d13fb4968acea24c26b83268a308f580" | 17 | SRC_URI[md5sum] = "211ec6b733d4de33056b56838c88436e" |
18 | SRC_URI[sha256sum] = "71b8923fc7a5fef9abc5420f7f3d666fdb589f43a8c50892d584d58b3c513f9a" | 18 | SRC_URI[sha256sum] = "32e81220f53abb1f5bbe7d8b0717119df70667fc48e2342d82209ed1593e71dc" |
19 | 19 | ||
20 | S = "${WORKDIR}/libsoup-${PV}" | 20 | S = "${WORKDIR}/libsoup-${PV}" |
21 | 21 | ||