mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
Required by the new dtc rdepends to avoid errors like this: ERROR: Required build target 'ionel-rpi-image' has no buildable providers. Missing or unbuildable dependency chain was: ['ionel-rpi-image', 'nativesdk-packagegroup-sdk-host', 'nativesdk-qemu', 'nativesdk-dtc', 'nativesdk-diffutils'] (From OE-Core rev: dc3829f31bcc7522e8eb457623a74655a738c0d9) Signed-off-by: Ioan-Adrian Ratiu <adi@adirat.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"
|