diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-09-02 17:28:56 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 08:22:43 -0700 |
commit | c061390201bf160a992d565acd6ac8d6a0a4d242 (patch) | |
tree | 67b26be4dd91ce5b748613b3b682586605afc7a1 | |
parent | 0bcfd6291f2dbdb96ccbd89527b891a796b34063 (diff) | |
download | meta-openembedded-c061390201bf160a992d565acd6ac8d6a0a4d242.tar.gz |
gnome-boxes: remove dependency on ovmf
This is not a required build dependency and including it limits the build
to x86.
Add runtime dependency on genisoimage
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_44.2.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_44.2.bb b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_44.2.bb index 2ab904f869..2f7c021397 100644 --- a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_44.2.bb +++ b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_44.2.bb | |||
@@ -10,7 +10,6 @@ REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | |||
10 | DEPENDS = " \ | 10 | DEPENDS = " \ |
11 | glib-2.0 \ | 11 | glib-2.0 \ |
12 | desktop-file-utils-native \ | 12 | desktop-file-utils-native \ |
13 | ovmf \ | ||
14 | libarchive \ | 13 | libarchive \ |
15 | libgudev \ | 14 | libgudev \ |
16 | libhandy \ | 15 | libhandy \ |
@@ -27,7 +26,7 @@ DEPENDS = " \ | |||
27 | yelp-tools \ | 26 | yelp-tools \ |
28 | " | 27 | " |
29 | 28 | ||
30 | RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64" | 29 | RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64 genisoimage" |
31 | 30 | ||
32 | inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check | 31 | inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check |
33 | 32 | ||