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
16 lines
443 B
BlitzBasic
16 lines
443 B
BlitzBasic
SUMMARY = "Terminal emulator for the Xfce desktop environment"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
DEPENDS = "glib-2.0 gtk+3 vte libxfce4ui gtk-doc-native"
|
|
|
|
inherit xfce-app
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/xfce4 \
|
|
${datadir}/gnome-control-center \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "78e55957af7c6fc1f283e90be33988661593a4da98383da1b0b54fdf6554baf4"
|
|
|
|
RRECOMMENDS:${PN} += "vte-prompt"
|