summaryrefslogtreecommitdiffstats
path: root/recipes-extended/diffutils/diffutils-2.8.1
Commit message (Collapse)AuthorAgeFilesLines
* diffutils: fix build with 64bit time_t on 32bit archesAndr? Draszik2020-01-081-0/+46
| | | | | | | See included patch. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Ross Burton <ross.burton@intel.com>
* diffutils: use mempcpy instead of __mempcpy3.1_M1Nicola Lunghi2019-11-251-0/+56
| | | | | | | | | | | | | | | | musl (like uclibc) doesn't define __mempcpy. This patch will replace __mempcpy with mempcpy in the internal regex.c and getopt.c implementation (similar to what is done in grep in this same repo with the uclibc-fix.patch This also render the line: EXTRA_OECONF_libc-uclibc = "--without-included-regex" not needed anymore so it drops it. Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* diffutils Make it build with compile time hardening enabledyocto-2.5.3yocto-2.5.2sumo-19.0.3sumo-19.0.2Peter Kjellerstedt2018-04-261-0/+32
| | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
* Create meta-gplv2 from files from OE-CoreRichard Purdie2017-03-022-0/+58
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>