diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-23 17:10:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-24 13:49:27 +0000 |
commit | 99d9ee66f352548a79f015cd274d46e33499bdc5 (patch) | |
tree | d74af4217896842646fdbca87f6a79035c36cecb | |
parent | 8104a972114994c0834284d64ec5ffe2d117462e (diff) | |
download | poky-99d9ee66f352548a79f015cd274d46e33499bdc5.tar.gz |
libportal: upgrade 0.8.1 -> 0.9.0
Changelog:
===========
Dependencies:
- GLib 2.72 or higher is now required
Features:
- Introduce support for the Notification v2 portal version
Bug fixes:
- Fix a file descriptor leak in the Mail portal code
- Fix some minor memory leaks
(From OE-Core rev: badc64895bf8e67b44f5b96f34ccaeab8ef59c07)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/libportal/libportal_0.9.0.bb (renamed from meta/recipes-gnome/libportal/libportal_0.8.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libportal/libportal_0.8.1.bb b/meta/recipes-gnome/libportal/libportal_0.9.0.bb index 0b88de4224..96c25b1db8 100644 --- a/meta/recipes-gnome/libportal/libportal_0.8.1.bb +++ b/meta/recipes-gnome/libportal/libportal_0.9.0.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "LGPL-3.0-only" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main" | 9 | SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main" |
10 | SRCREV = "26c15008cbe579f57f89468384f8efc033f25f6f" | 10 | SRCREV = "731e7410fa5765e7c4eb76a51140a19637620c13" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | inherit meson gi-docgen gobject-introspection vala features_check pkgconfig | 13 | inherit meson gi-docgen gobject-introspection vala features_check pkgconfig |