Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | diffutils: use mempcpy instead of __mempcpy3.1_M1 | Nicola Lunghi | 2019-11-25 | 1 | -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.2 | Peter Kjellerstedt | 2018-04-26 | 1 | -0/+32 |
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> | ||||
* | Create meta-gplv2 from files from OE-Core | Richard Purdie | 2017-03-02 | 2 | -0/+58 |
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |