From: Khem Raj Date: Mon, 5 Aug 2024 04:49:49 +0000 (-0700) Subject: binutils: Fix comment about major version X-Git-Tag: yocto-5.1~384 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=679a12c21407ce32d0835e0fec6e5099f227b30b;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git binutils: Fix comment about major version Reword so that it does not have to be updated with every new major release of binutils Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/binutils/binutils-2.43.inc b/meta/recipes-devtools/binutils/binutils-2.43.inc index c1689a82dc2..f6f6eb55a94 100644 --- a/meta/recipes-devtools/binutils/binutils-2.43.inc +++ b/meta/recipes-devtools/binutils/binutils-2.43.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM="\ file://bfd/COPYING;md5=d32239bcb673463ab874e80d47fae504\ " -# When upgrading to 2.42, please make sure there is no trailing .0, so +# When upgrading to next major release, ensure that there is no trailing .0, so # that upstream version check can work correctly. PV = "2.43" CVE_VERSION = "2.43"