diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-03-23 09:41:28 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-23 10:01:49 -0700 |
| commit | 14b50435749dfba091453128f5812d5638822b10 (patch) | |
| tree | aef68e40d164c67ec61b935a14f2863ab03fa324 | |
| parent | 48bc28df853040365c838ef4330b83a016ce200b (diff) | |
| download | meta-openembedded-14b50435749dfba091453128f5812d5638822b10.tar.gz | |
gnome-boxes: update 45.0 -> 46.0
46.0 - Mar 18, 2024
===================
Changes since 45.0
- Disable "secure-boot" for EFI virtual machines
- Use libportal to call Background Portal
- Fallback to default resources on error cases
- Fix crash when processing a non bootable ISO image
- Fix permissions when copying template files
- Added/updated/fixed translations
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_46.0.bb (renamed from meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_45.0.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_45.0.bb b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_46.0.bb index fc12351090..44fdd2dbea 100644 --- a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_45.0.bb +++ b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_46.0.bb | |||
| @@ -14,6 +14,7 @@ DEPENDS = " \ | |||
| 14 | libgudev \ | 14 | libgudev \ |
| 15 | libhandy \ | 15 | libhandy \ |
| 16 | libosinfo \ | 16 | libosinfo \ |
| 17 | libportal \ | ||
| 17 | libsecret \ | 18 | libsecret \ |
| 18 | libsoup \ | 19 | libsoup \ |
| 19 | libvirt-glib \ | 20 | libvirt-glib \ |
| @@ -30,7 +31,7 @@ RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64 geni | |||
| 30 | 31 | ||
| 31 | inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check | 32 | inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check |
| 32 | 33 | ||
| 33 | SRC_URI[archive.sha256sum] = "cc63080eefa147a8472ab1a5ff087b97a27ab723a4ee005ed41e8c9dd7798e41" | 34 | SRC_URI[archive.sha256sum] = "67eeb5e989294958b25c397cfc5615ff65f44315c700010f0b9e336e6f3407cb" |
| 34 | 35 | ||
| 35 | GIR_MESON_OPTION = "" | 36 | GIR_MESON_OPTION = "" |
| 36 | VALA_MESON_OPTION = "" | 37 | VALA_MESON_OPTION = "" |
