Files
openwrt_yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-console/gnome-console_45.0.bb
T
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

28 lines
677 B
BlitzBasic

SUMMARY = "GNOME Console"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
GTKIC_VERSION = "4"
inherit gnomebase gsettings pkgconfig gtk-icon-cache
REQUIRED_DISTRO_FEATURES = "opengl"
DEPENDS = " \
desktop-file-utils-native \
gtk4-native \
glib-2.0 \
gsettings-desktop-schemas \
hicolor-icon-theme \
libadwaita \
libgtop \
pcre2 \
vte \
"
SRC_URI[archive.sha256sum] = "e7462128d2df2324a1d748062c40429cd0504af09e407067b33f3a9d0c59c8e1"
PACKAGECONFIG ?= ""
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
PACKAGECONFIG[devel] = "-Ddevel=true,-Ddevel=false"
FILES:${PN} += "${datadir}"