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
25 lines
523 B
BlitzBasic
25 lines
523 B
BlitzBasic
SUMMARY = "GNOME font viewer"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
SECTION = "x11/gnome"
|
|
|
|
DEPENDS = " \
|
|
gtk4 \
|
|
gnome-desktop \
|
|
libadwaita \
|
|
"
|
|
|
|
|
|
inherit gnomebase gtk-icon-cache gettext features_check mime-xdg
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
|
|
|
SRC_URI[archive.sha256sum] = "592f401e485d02cc044d487bb5c8e04c961da6856216768a59f1ff98bd2d537c"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/dbus-1 \
|
|
${datadir}/metainfo \
|
|
${datadir}/thumbnailers \
|
|
"
|