summaryrefslogtreecommitdiffstats
path: root/recipes-extended/diffutils/diffutils.inc
Commit message (Collapse)AuthorAgeFilesLines
* diffutils: use mempcpy instead of __mempcpy3.1_M1Nicola Lunghi2019-11-251-7/+0
| | | | | | | | | | | | | | | | 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>
* Create meta-gplv2 from files from OE-CoreRichard Purdie2017-03-021-0/+18
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>