diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-04-04 02:43:10 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-28 17:07:18 +0100 |
| commit | 7eada90a6696ba961c4471f6ac2d3623f69b0f2b (patch) | |
| tree | da101a1b052dc52ee1d3bb0edf0594aea3620635 | |
| parent | dac7a150582632c0e12760a05b2da243b2b4bb73 (diff) | |
| download | poky-7eada90a6696ba961c4471f6ac2d3623f69b0f2b.tar.gz | |
libsoup: upgrade 3.0.5 -> 3.0.6
Changelog:
=========
* Misc HTTP/2 fixes
* Add PUT/POST support to examples/get
* Add `--user-agent` option to examples/get
* Misc meson improvements
* Fix build with Visual Studio
(From OE-Core rev: 11beef012a0c7605b5ede04b9135692a993e0038)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0ee1c748af7520f50275b8dfb32f41de7f5e14c7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/libsoup/libsoup_3.0.6.bb (renamed from meta/recipes-support/libsoup/libsoup_3.0.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libsoup/libsoup_3.0.5.bb b/meta/recipes-support/libsoup/libsoup_3.0.6.bb index d2535c91a2..17825ae6a4 100644 --- a/meta/recipes-support/libsoup/libsoup_3.0.5.bb +++ b/meta/recipes-support/libsoup/libsoup_3.0.6.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2" | |||
| 12 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | 12 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" |
| 13 | 13 | ||
| 14 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" | 14 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" |
| 15 | SRC_URI[sha256sum] = "f5d143db6830b3825edc2a1c4449d639273b0bfa017a4970871962d9bca22145" | 15 | SRC_URI[sha256sum] = "b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6" |
| 16 | 16 | ||
| 17 | PROVIDES = "libsoup-3.0" | 17 | PROVIDES = "libsoup-3.0" |
| 18 | CVE_PRODUCT = "libsoup" | 18 | CVE_PRODUCT = "libsoup" |
