Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] binutils: drop UPSTREAM_VERSION_UNKNOWN
@ 2019-10-02 12:00 Alexander Kanavin
  2019-10-02 12:00 ` [PATCH 2/2] ethtool, libcap: fix upstream version check Alexander Kanavin
  0 siblings, 1 reply; 8+ messages in thread
From: Alexander Kanavin @ 2019-10-02 12:00 UTC (permalink / raw)
  To: openembedded-core

As there is now a new version of binutils,
upstream version check works again.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/binutils/binutils-2.32.inc | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-devtools/binutils/binutils-2.32.inc b/meta/recipes-devtools/binutils/binutils-2.32.inc
index d3c52936d16..19baf8a8839 100644
--- a/meta/recipes-devtools/binutils/binutils-2.32.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.32.inc
@@ -14,11 +14,8 @@ def binutils_branch_version(d):
     pvsplit = d.getVar('PV').split('.')
     return pvsplit[0] + "_" + pvsplit[1]
 
-# Actual upstream version is 2.32 (without the .0), so we have to set
-# UPSTREAM_VERSION_UNKNOWN to avoid the version check failure. The line can
-# be removed when a new version of binutils is released (if the PV is then
-# correctly set to match the upstream version tag).
-UPSTREAM_VERSION_UNKNOWN = "1"
+# When upgrading to 2.33, please make sure there is no trailing .0, so
+# that upstream version check can work correctly.
 PV = "2.32.0"
 CVE_VERSION = "2.32"
 BINUPV = "${@binutils_branch_version(d)}"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-10-03 17:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-02 12:00 [PATCH 1/2] binutils: drop UPSTREAM_VERSION_UNKNOWN Alexander Kanavin
2019-10-02 12:00 ` [PATCH 2/2] ethtool, libcap: fix upstream version check Alexander Kanavin
2019-10-02 17:51   ` Adrian Bunk
2019-10-02 18:08     ` Alexander Kanavin
2019-10-02 18:18       ` Adrian Bunk
2019-10-02 18:27         ` Alexander Kanavin
2019-10-02 20:20           ` Adrian Bunk
2019-10-03 17:01             ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox