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
27 lines
575 B
BlitzBasic
27 lines
575 B
BlitzBasic
SUMMARY = "A simple text editor"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
|
|
|
|
|
DEPENDS = " \
|
|
desktop-file-utils-native \
|
|
libadwaita \
|
|
gtk4 \
|
|
gtksourceview5 \
|
|
editorconfig-core-c \
|
|
enchant2 \
|
|
"
|
|
|
|
GTKIC_VERSION = "4"
|
|
|
|
inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
SRC_URI[archive.sha256sum] = "005b48104a909be66ae07448d2bc5706c7d113781057a24ff6da55bdf324c73d"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/metainfo \
|
|
${datadir}/dbus-1 \
|
|
"
|