summaryrefslogtreecommitdiffstats
path: root/recipes-extended/diffutils
Commit message (Collapse)AuthorAgeFilesLines
* diffutils: Refresh patchesJoshua Watt2025-02-203-47/+19
| | | | | | | Refresh the diffutils patches for the latest version. The stricoll() patch can be dropped as upstream removed usage of stricoll() Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
* diffutils: Fix build with GCC-14Khem Raj2024-05-303-1/+78
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-mingw: Convert to new override syntaxRichard Purdie2021-07-301-3/+3
| | | | | | | | This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffutils: Upgrade to 3.7Joshua Watt2019-02-203-50/+14
| | | | | | | | | Upgrade diffutils from 3.6 to 3.7. The upstream made several fixes so the local patches are no longer necessary, but the gnulib-tests need to be dropped since they do not compile properly. Since there are no more local patches, the bbappend can be made to match all versions. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
* diffutils: update sdiff kill() patch to be a backportyocto-2.5sumo-19.0.0Ross Burton2018-04-201-8/+22
| | | | Signed-off-by: Ross Burton <ross.burton@intel.com>
* diffutils_3.6: build for mingwJuro Bystricky2018-04-122-0/+36
Build of diffutils was requested/broken for mingw because of the commit "diffutils: allow native & nativesdk builds" This patch implements neccessary steps needed to build diffutils executables: cmp.exe diff.exe diff3.exe sdiff.exe [YOCTO #12662] Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>