mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -10,7 +10,6 @@ REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
|
||||
DEPENDS = " \
|
||||
glib-2.0 \
|
||||
desktop-file-utils-native \
|
||||
ovmf \
|
||||
libarchive \
|
||||
libgudev \
|
||||
libhandy \
|
||||
@@ -27,7 +26,7 @@ DEPENDS = " \
|
||||
yelp-tools \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64"
|
||||
RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64 genisoimage"
|
||||
|
||||
inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user