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
20 lines
567 B
BlitzBasic
20 lines
567 B
BlitzBasic
SUMMARY = "A simple text editor for Xfce"
|
|
SECTION = "x11/application"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native"
|
|
|
|
inherit xfce-app gsettings mime-xdg
|
|
|
|
SRC_URI[sha256sum] = "560c5436c7bc7de33fbf3e9f6cc545280772ad898dfb73257d86533880ffff36"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/glib-2.0/schemas \
|
|
${datadir}/metainfo \
|
|
${datadir}/polkit-1 \
|
|
"
|