diff options
| -rw-r--r-- | meta/recipes-support/libsoup/libsoup_3.6.5.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta/recipes-support/libsoup/libsoup_3.6.5.bb b/meta/recipes-support/libsoup/libsoup_3.6.5.bb index 29e45dfb97..a9f1e0d96a 100644 --- a/meta/recipes-support/libsoup/libsoup_3.6.5.bb +++ b/meta/recipes-support/libsoup/libsoup_3.6.5.bb | |||
| @@ -9,17 +9,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | |||
| 9 | 9 | ||
| 10 | DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2" | 10 | DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2" |
| 11 | 11 | ||
| 12 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | 12 | SRC_URI[archive.sha256sum] = "6891765aac3e949017945c3eaebd8cc8216df772456dc9f460976fbdb7ada234" |
| 13 | |||
| 14 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" | ||
| 15 | SRC_URI[sha256sum] = "6891765aac3e949017945c3eaebd8cc8216df772456dc9f460976fbdb7ada234" | ||
| 16 | 13 | ||
| 17 | PROVIDES = "libsoup-3.0" | 14 | PROVIDES = "libsoup-3.0" |
| 18 | CVE_PRODUCT = "libsoup" | ||
| 19 | 15 | ||
| 20 | S = "${UNPACKDIR}/libsoup-${PV}" | 16 | S = "${UNPACKDIR}/${GNOMEBN}-${PV}" |
| 21 | 17 | ||
| 22 | inherit meson gettext pkgconfig upstream-version-is-even gobject-introspection gi-docgen vala | 18 | inherit gettext gnomebase upstream-version-is-even gobject-introspection gi-docgen vala |
| 23 | 19 | ||
| 24 | GIR_MESON_ENABLE_FLAG = 'enabled' | 20 | GIR_MESON_ENABLE_FLAG = 'enabled' |
| 25 | GIR_MESON_DISABLE_FLAG = 'disabled' | 21 | GIR_MESON_DISABLE_FLAG = 'disabled' |
