diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-01-24 15:52:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-29 08:49:49 +0000 |
commit | a5a7659ab3854ba07de7872ead2a5ebd38d9375a (patch) | |
tree | 62b592665f15e21e5f4571edb62ba544cf816c9d /meta | |
parent | b8bd1f71638e3eb61e0caef926d59d41f012bc1a (diff) | |
download | poky-a5a7659ab3854ba07de7872ead2a5ebd38d9375a.tar.gz |
libsoup-2.4: upgrade to version 2.60.3
2.60.2 -> 2.60.3
(From OE-Core rev: 6e9734000c2299384cee05329ae63f0430fa6e2e)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.60.3.bb (renamed from meta/recipes-support/libsoup/libsoup-2.4_2.60.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.60.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.60.3.bb index abc7bdbc6d..e2e7ff4aa8 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.60.2.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.60.3.bb | |||
@@ -11,8 +11,8 @@ SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | |||
11 | 11 | ||
12 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" | 12 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "9c49831b62c4bf18cdb81c86ac6516fd" | 14 | SRC_URI[md5sum] = "4cf8937d161d3dd71a65f1684e317824" |
15 | SRC_URI[sha256sum] = "7263cfe18872e2e652c196f5667e514616d9c97c861dfca82a65a55f45f0da01" | 15 | SRC_URI[sha256sum] = "1b0dc762f23abe4e0d29b77370e539fd35f31d8e8e0318d6ddccff395be68a22" |
16 | 16 | ||
17 | S = "${WORKDIR}/libsoup-${PV}" | 17 | S = "${WORKDIR}/libsoup-${PV}" |
18 | 18 | ||