diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-27 22:16:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-29 16:28:36 +0100 |
commit | 830738191b7857e367a6f298cfb75488ed9daa3c (patch) | |
tree | 0ecc80479136c7652002d6cfe78557b7d36c7b7c /meta/recipes-support/libsoup | |
parent | f15334e3686dbbe06e1b52298f1fef33b57780fe (diff) | |
download | poky-830738191b7857e367a6f298cfb75488ed9daa3c.tar.gz |
libsoup: upgrade 3.0.7 -> 3.2.0
(From OE-Core rev: 0a7cca3b7c0dfe464dbdfa9a3e6882efebcecb61)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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_3.2.0.bb (renamed from meta/recipes-support/libsoup/libsoup_3.0.7.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-support/libsoup/libsoup_3.0.7.bb b/meta/recipes-support/libsoup/libsoup_3.2.0.bb index 59cc4a1d0a..60fbea5504 100644 --- a/meta/recipes-support/libsoup/libsoup_3.0.7.bb +++ b/meta/recipes-support/libsoup/libsoup_3.2.0.bb | |||
@@ -12,14 +12,14 @@ 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] = "ebdf90cf3599c11acbb6818a9d9e3fc9d2c68e56eb829b93962972683e1bf7c8" | 15 | SRC_URI[sha256sum] = "2832370698ca8f9fbf174c345b73d89b60561103a626c2df70726b0707f79bd3" |
16 | 16 | ||
17 | PROVIDES = "libsoup-3.0" | 17 | PROVIDES = "libsoup-3.0" |
18 | CVE_PRODUCT = "libsoup" | 18 | CVE_PRODUCT = "libsoup" |
19 | 19 | ||
20 | S = "${WORKDIR}/libsoup-${PV}" | 20 | S = "${WORKDIR}/libsoup-${PV}" |
21 | 21 | ||
22 | inherit meson gettext pkgconfig upstream-version-is-even gobject-introspection gtk-doc | 22 | inherit meson gettext pkgconfig upstream-version-is-even gobject-introspection gi-docgen |
23 | 23 | ||
24 | GIR_MESON_ENABLE_FLAG = 'enabled' | 24 | GIR_MESON_ENABLE_FLAG = 'enabled' |
25 | GIR_MESON_DISABLE_FLAG = 'disabled' | 25 | GIR_MESON_DISABLE_FLAG = 'disabled' |
@@ -30,7 +30,9 @@ PACKAGECONFIG[gssapi] = "-Dgssapi=enabled,-Dgssapi=disabled,krb5" | |||
30 | 30 | ||
31 | EXTRA_OEMESON:append = " -Dvapi=disabled -Dtls_check=false" | 31 | EXTRA_OEMESON:append = " -Dvapi=disabled -Dtls_check=false" |
32 | 32 | ||
33 | GTKDOC_MESON_OPTION = "gtk_doc" | 33 | GIDOCGEN_MESON_OPTION = 'docs' |
34 | GIDOCGEN_MESON_ENABLE_FLAG = 'enabled' | ||
35 | GIDOCGEN_MESON_DISABLE_FLAG = 'disabled' | ||
34 | 36 | ||
35 | # When built without gnome support, libsoup will contain only one shared lib | 37 | # When built without gnome support, libsoup will contain only one shared lib |
36 | # and will therefore become subject to renaming by debian.bbclass. Prevent | 38 | # and will therefore become subject to renaming by debian.bbclass. Prevent |