From d7a38848f06f518140c65ce24d7e56ca3e3c3169 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 4 Aug 2024 21:49:49 -0700 Subject: [PATCH] binutils: Fix comment about major version Reword so that it does not have to be updated with every new major release of binutils (From OE-Core rev: 679a12c21407ce32d0835e0fec6e5099f227b30b) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/binutils/binutils-2.43.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/binutils/binutils-2.43.inc b/meta/recipes-devtools/binutils/binutils-2.43.inc index c1689a82dc..f6f6eb55a9 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"