diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-18 15:39:12 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 22:53:44 +0000 |
commit | 6d2345d2e9c5c5c555534028f272f4cd1a03942c (patch) | |
tree | b67bf1214e581570134433b5507dd356778591f9 /meta/recipes-gnome | |
parent | eb51b5b70b10f802eaa9fce846addd4fe56e4d74 (diff) | |
download | poky-6d2345d2e9c5c5c555534028f272f4cd1a03942c.tar.gz |
libportal: upgrade 0.9.0 -> 0.9.1
Changelog:
===========
- Meson 0.55.0 is required
- Fix memory management in the Input Capture portal code
- Correct the type used for GObject signal connections
- Remove wrong '(closure)' annotations, fixing GObject-Introspection warnings
- Don't require a C++ compiler for the build architecture
- Fix Meson warnings
- Consistently use '#pragma once'
- Initialize all g_autoptr variables
(From OE-Core rev: 4a0ee769cfdb5753cdd5e245d109f0158dd7a754)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/libportal/libportal_0.9.1.bb (renamed from meta/recipes-gnome/libportal/libportal_0.9.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libportal/libportal_0.9.0.bb b/meta/recipes-gnome/libportal/libportal_0.9.1.bb index 96c25b1db8..970db65bc5 100644 --- a/meta/recipes-gnome/libportal/libportal_0.9.0.bb +++ b/meta/recipes-gnome/libportal/libportal_0.9.1.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 = "731e7410fa5765e7c4eb76a51140a19637620c13" | 10 | SRCREV = "8f5dc8d192f6e31dafe69e35219e3b707bde71ce" |
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 |