diff options
author | Ross Burton <ross.burton@intel.com> | 2018-12-14 17:08:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-15 11:48:07 +0000 |
commit | e7161695e6370069195c4abbfe65474a3c1de162 (patch) | |
tree | 449c0e45e7953b45d8d54abe62170d3d2bd3d346 /meta | |
parent | 51faba849a17f7f34e5be01c2d5f1f1b91e1c74d (diff) | |
download | poky-e7161695e6370069195c4abbfe65474a3c1de162.tar.gz |
libsoup: upgrade to 2.64.2
Add new build dependency libpsl.
(From OE-Core rev: 936d511150f7bb1a3b70a421e7531e89ce37ef67)
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.64.2.bb (renamed from meta/recipes-support/libsoup/libsoup-2.4_2.62.3.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.62.3.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.64.2.bb index aaa3cc5103..9f852d5c05 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.62.3.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.64.2.bb | |||
@@ -5,13 +5,13 @@ SECTION = "x11/gnome/libs" | |||
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 | DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 intltool-native" | 8 | DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 intltool-native libpsl" |
9 | 9 | ||
10 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | 10 | 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 | SRC_URI[md5sum] = "dfbf30af5fb6190bfafc5aa6abcc9dce" | 13 | SRC_URI[md5sum] = "cac755dc6c6acd6e0c70007f547548f5" |
14 | SRC_URI[sha256sum] = "d312ade547495c2093ff8bda61f9b9727a98cfdae339f3263277dd39c0451172" | 14 | SRC_URI[sha256sum] = "75ddc194a5b1d6f25033bb9d355f04bfe5c03e0e1c71ed0774104457b3a786c6" |
15 | 15 | ||
16 | S = "${WORKDIR}/libsoup-${PV}" | 16 | S = "${WORKDIR}/libsoup-${PV}" |
17 | 17 | ||