diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-11-30 07:24:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 22:18:09 +0000 |
commit | 2cae1973ba66df64aee0004cbe6b8a6f26e54ec5 (patch) | |
tree | c91770f32ebfe472c97fb1489e780801fcf04549 | |
parent | 67d7e8da987ffa26ef3507f54d598b1e84df9fca (diff) | |
download | poky-2cae1973ba66df64aee0004cbe6b8a6f26e54ec5.tar.gz |
libsoup-2.4: Upgrade to 2.36.1
(From OE-Core rev: 60cdf4638e41958aede8290bef20a9c3e925aeb1)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.36.1.bb (renamed from meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.36.1.bb index 57af8f76e2..d8ee8d5e98 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.36.1.bb | |||
@@ -3,17 +3,17 @@ HOMEPAGE = "http://www.gnome.org/" | |||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | 3 | BUGTRACKER = "https://bugzilla.gnome.org/" |
4 | 4 | ||
5 | LICENSE = "LGPLv2" | 5 | LICENSE = "LGPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
7 | 7 | ||
8 | SECTION = "x11/gnome/libs" | 8 | SECTION = "x11/gnome/libs" |
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" | 11 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" |
12 | 12 | ||
13 | SRC_URI = "${GNOME_MIRROR}/libsoup/2.34/libsoup-${PV}.tar.bz2" | 13 | SRC_URI = "${GNOME_MIRROR}/libsoup/2.36/libsoup-${PV}.tar.bz2" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "2454b38681a6e082b613a781a501e721" | 15 | SRC_URI[md5sum] = "9c03fc033da61deaf5b403e9e9c884b8" |
16 | SRC_URI[sha256sum] = "1d70edc48c309528635012269733739f9cd22548913125864318a65d1b6f1261" | 16 | SRC_URI[sha256sum] = "c387eefd8214c458965b1d6e3490cea33b5bb6c81798cac90cde96136dc19401" |
17 | 17 | ||
18 | S = "${WORKDIR}/libsoup-${PV}" | 18 | S = "${WORKDIR}/libsoup-${PV}" |
19 | 19 | ||