summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.6.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-09-10 17:02:31 +0800
committerKhem Raj <raj.khem@gmail.com>2024-09-10 07:20:36 -0700
commit0f981198c5b50213ebed5ba6de255e1f81202d83 (patch)
tree82d77acaa72d95fb293dc34f4aa43c43523f0719 /meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.6.bb
parent76d1348f2eb6723c71544046f4625493335089c2 (diff)
downloadmeta-openembedded-0f981198c5b50213ebed5ba6de255e1f81202d83.tar.gz
flatpak-xdg-utils: upgrade 1.0.5 -> 1.0.6
Changelog: ========== - flatpak-spawn now supports --sandbox-a11y-own-name (if supported by portal) - flatpak-spawn prints a useful error when --host isn't permitted - fixed minor leak in flatpak-spawn Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.6.bb')
-rw-r--r--meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.6.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.6.bb b/meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.6.bb
new file mode 100644
index 0000000000..5dfba25140
--- /dev/null
+++ b/meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.6.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "This repository contains a number of commandline utilities for use inside Flatpak sandboxes."
2HOMEPAGE = "http://flatpak.org"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6SRC_URI = "git://github.com/flatpak/flatpak-xdg-utils.git;protocol=https;branch=main"
7
8SRCREV = "05abdd7421688be5835a6b12f2b068086c38d4aa"
9
10S = "${WORKDIR}/git"
11
12inherit meson pkgconfig
13
14DEPENDS = "glib-2.0"