Files
francis.wang 4c86c082a2 Initial commit: OpenWrt-Yocto monorepo
Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and
meta-openwrt into a single repository.

Components:
- poky/             Yocto core framework (BitBake + OE-Core)
- meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking)
- meta-openwrt/     OpenWrt customization layer
- setup-env.sh      One-click build environment setup
- README.md         Project documentation
2026-07-11 13:28:01 +08:00

42 lines
964 B
BlitzBasic

SUMMARY = "A simple GNOME application to access virtual machines."
SECTION = "network"
LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://copyright;md5=a65e9b0c9f78617732f09f68fc4ef79a"
GNOMEBASEBUILDCLASS = "meson"
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
DEPENDS = " \
glib-2.0 \
desktop-file-utils-native \
libarchive \
libgudev \
libhandy \
libosinfo \
libportal \
libsecret \
libsoup \
libvirt-glib \
mtools \
spice-gtk \
tracker \
webkitgtk3 \
appstream-glib-native \
spice-protocol \
yelp-tools \
"
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
SRC_URI[archive.sha256sum] = "67eeb5e989294958b25c397cfc5615ff65f44315c700010f0b9e336e6f3407cb"
GIR_MESON_OPTION = ""
VALA_MESON_OPTION = ""
FILES:${PN} += "${datadir}"
INSANE_SKIP:${PN} = "dev-deps"