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
39 lines
845 B
BlitzBasic
39 lines
845 B
BlitzBasic
SUMMARY = "GNOME calculator"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
SECTION = "x11/gnome"
|
|
|
|
DEPENDS = " \
|
|
yelp-tools-native \
|
|
gtk4 \
|
|
libsoup-3.0 \
|
|
libgee \
|
|
libxml2 \
|
|
libmpc \
|
|
gtksourceview5 \
|
|
libadwaita \
|
|
"
|
|
|
|
GIR_MESON_OPTION = 'disable-introspection'
|
|
GIR_MESON_ENABLE_FLAG = 'false'
|
|
GIR_MESON_DISABLE_FLAG = 'true'
|
|
VALA_MESON_OPTION = ''
|
|
|
|
GTKIC_VERSION = '4'
|
|
|
|
inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check
|
|
|
|
def gnome_verdir(v):
|
|
return oe.utils.trim_version(v, 1)
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
|
|
|
SRC_URI[archive.sha256sum] = "d631bf43838b259d0c21f70dd4cb5b8fb7782a024f464a334f9d3cf1dc137b4b"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/dbus-1 \
|
|
${datadir}/metainfo \
|
|
${datadir}/gnome-shell \
|
|
"
|