Files
openwrt_yocto/meta-openembedded/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.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

22 lines
540 B
BlitzBasic

SUMMARY = "Collection of scripts and build utilities for documentation"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=d67c6f9f1515506abfea4f0d920c0774 \
file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
"
inherit gnomebase itstool
DEPENDS += " \
libxslt-native \
libxml2-native \
python3-lxml-native \
yelp-xsl \
"
SRC_URI[archive.sha256sum] = "3e496a4020d4145b99fd508a25fa09336a503a4e8900028421e72c6a4b11f905"
RDEPENDS:${PN} += "python3-core yelp-xsl"
BBCLASSEXTEND = "native"