diff options
-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 |