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:11:27 +0000 |
commit | 60cdf4638e41958aede8290bef20a9c3e925aeb1 (patch) | |
tree | 11b569392883095b10fadae5b2290d214e048d86 /meta/recipes-support/libsoup | |
parent | 40c5111554bb685f9240174ad9067c4749088649 (diff) | |
download | openembedded-core-60cdf4638e41958aede8290bef20a9c3e925aeb1.tar.gz openembedded-core-60cdf4638e41958aede8290bef20a9c3e925aeb1.tar.bz2 openembedded-core-60cdf4638e41958aede8290bef20a9c3e925aeb1.zip |
libsoup-2.4: Upgrade to 2.36.1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.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.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/" BUGTRACKER = "https://bugzilla.gnome.org/" LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" +LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" SECTION = "x11/gnome/libs" PR = "r0" DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" -SRC_URI = "${GNOME_MIRROR}/libsoup/2.34/libsoup-${PV}.tar.bz2" +SRC_URI = "${GNOME_MIRROR}/libsoup/2.36/libsoup-${PV}.tar.bz2" -SRC_URI[md5sum] = "2454b38681a6e082b613a781a501e721" -SRC_URI[sha256sum] = "1d70edc48c309528635012269733739f9cd22548913125864318a65d1b6f1261" +SRC_URI[md5sum] = "9c03fc033da61deaf5b403e9e9c884b8" +SRC_URI[sha256sum] = "c387eefd8214c458965b1d6e3490cea33b5bb6c81798cac90cde96136dc19401" S = "${WORKDIR}/libsoup-${PV}" |