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
14 lines
465 B
BlitzBasic
14 lines
465 B
BlitzBasic
require recipes-graphics/xorg-app/xorg-app-common.inc
|
|
SUMMARY = "A program to compile XKB keyboard description"
|
|
DESCRIPTION = "xkbprint generates a printable or encapsulated PostScript \
|
|
description of an XKB keyboard description."
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=20f28f97555b220fde762bc2a4406a8f"
|
|
|
|
DEPENDS += "libxkbfile"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI[sha256sum] = "99cc9404f7b90289ae04944c0d98a208cc8b158492ad6481386e31d4d09aa7b0"
|
|
SRC_URI_EXT = "xz"
|