mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 04:45:31 +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 = " \
|
DEPENDS = " \
|
||||||
glib-2.0 \
|
glib-2.0 \
|
||||||
desktop-file-utils-native \
|
desktop-file-utils-native \
|
||||||
ovmf \
|
|
||||||
libarchive \
|
libarchive \
|
||||||
libgudev \
|
libgudev \
|
||||||
libhandy \
|
libhandy \
|
||||||
@ -27,7 +26,7 @@ DEPENDS = " \
|
|||||||
yelp-tools \
|
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
|
inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user