]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
cve-check: sort the package list in the JSON report
authorRoss Burton <ross.burton@arm.com>
Mon, 23 Oct 2023 17:38:21 +0000 (18:38 +0100)
committerSteve Sakoman <steve@sakoman.com>
Mon, 13 Nov 2023 15:34:11 +0000 (05:34 -1000)
commit5a509bc6f26247cc7561189d582c91816042fd91
treef3ca28373b54b1f0ea7ef9d59ecdbcaf981a8b17
parent41b87e7493f7b50ba0ddad941d37ef4a24a749d8
cve-check: sort the package list in the JSON report

The JSON report generated by the cve-check class is basically a huge
list of packages.  This list of packages is, however, unsorted.

To make things easier for people comparing the JSON, or more
specifically for git when archiving the JSON over time in a git
repository, we can sort the list by package name.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e9861be0e5020830c2ecc24fd091f4f5b05da036)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/cve-check.bbclass