diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-08-23 14:56:36 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-26 17:32:44 -0700 |
commit | 67d15694162b271d62fef01946c615e3e215a038 (patch) | |
tree | 8d3db785e4179c7dc5f5d8a79d6b8890406eb358 /meta-gnome | |
parent | 20de3804fa3946db7c4d5c79f1683d63309a13ca (diff) | |
download | meta-openembedded-67d15694162b271d62fef01946c615e3e215a038.tar.gz |
gnome-boxes: add recipe
- use dynamic-layers directory because this recipe depends on meta-virtualization
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_44.2.bb | 40 |
1 files changed, 40 insertions, 0 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 new file mode 100644 index 000000000..2ab904f86 --- /dev/null +++ b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_44.2.bb | |||
@@ -0,0 +1,40 @@ | |||
1 | SUMMARY = "A simple GNOME application to access virtual machines." | ||
2 | SECTION = "network" | ||
3 | LICENSE = "LGPL-2.1-or-later" | ||
4 | LIC_FILES_CHKSUM = "file://copyright;md5=a65e9b0c9f78617732f09f68fc4ef79a" | ||
5 | |||
6 | GNOMEBASEBUILDCLASS = "meson" | ||
7 | |||
8 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | ||
9 | |||
10 | DEPENDS = " \ | ||
11 | glib-2.0 \ | ||
12 | desktop-file-utils-native \ | ||
13 | ovmf \ | ||
14 | libarchive \ | ||
15 | libgudev \ | ||
16 | libhandy \ | ||
17 | libosinfo \ | ||
18 | libsecret \ | ||
19 | libsoup \ | ||
20 | libvirt-glib \ | ||
21 | mtools \ | ||
22 | spice-gtk \ | ||
23 | tracker \ | ||
24 | webkitgtk3 \ | ||
25 | appstream-glib-native \ | ||
26 | spice-protocol \ | ||
27 | yelp-tools \ | ||
28 | " | ||
29 | |||
30 | RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64" | ||
31 | |||
32 | inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check | ||
33 | |||
34 | SRC_URI[archive.sha256sum] = "9dd389c149d0c0fa57456ec363d51a88255f945558fb9df42894ce78ef85df89" | ||
35 | |||
36 | GIR_MESON_OPTION = "" | ||
37 | |||
38 | FILES:${PN} += "${datadir}" | ||
39 | |||
40 | INSANE_SKIP:${PN} = "dev-deps" | ||