rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta/recipes-extended/diffutils/diffutils.inc

14 lines
460 B
PHP
Raw Normal View History

2023-11-03 14:12:44 +08:00
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"