mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
0bcfd6291f
commit
c061390201
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user