19 lines
681 B
PHP
Raw Normal View History

2024-09-09 08:57:42 +00:00
SUMMARY = "Diffutils contains tools used for finding differences between files"
2024-09-09 08:52:07 +00:00
DESCRIPTION = "Diffutils contains the GNU diff, diff3, \
sdiff, and cmp utilities. These programs are usually \
used for creating patch files."
SECTION = "base"
2024-09-09 08:57:42 +00:00
inherit autotools texinfo update-alternatives gettext
2024-09-09 08:52:07 +00:00
# diffutils assumes non-glibc compilation with uclibc and
# this causes it to generate its own implementations of
# standard functionality. regex.c actually breaks compilation
# because it uses __mempcpy, there are other things (TBD:
# see diffutils.mk in buildroot)
EXTRA_OECONF_libc-uclibc = "--without-included-regex"
2024-09-09 08:57:42 +00:00
ALTERNATIVE_${PN} = "diff cmp"
2024-09-09 08:52:07 +00:00
ALTERNATIVE_PRIORITY = "100"