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
460 B
PHP
14 lines
460 B
PHP
SUMMARY = "Diffutils contains tools used for finding differences between files"
|
|
HOMEPAGE = "https://www.gnu.org/software/diffutils/diffutils.html"
|
|
DESCRIPTION = "Diffutils contains the GNU diff, diff3, \
|
|
sdiff, and cmp utilities. These programs are usually \
|
|
used for creating patch files."
|
|
SECTION = "base"
|
|
|
|
inherit autotools texinfo update-alternatives gettext
|
|
|
|
ALTERNATIVE:${PN} = "diff cmp"
|
|
ALTERNATIVE_PRIORITY = "100"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|