1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 02:40:18 +00:00

scripts/machine-summary: remove obsolete is_old test

This test isn't used any more, so remove it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2022-01-20 19:00:24 +00:00
parent d2c5a5d289
commit bc3d654504
-6
View File
@@ -154,12 +154,6 @@ class Format:
trim_blocks=True,
lstrip_blocks=True
)
def is_old(version, upstream):
if "+git" in version:
# strip +git and see if this is a post-release snapshot
version = version.replace("+git", "")
return version != upstream
env.tests["old"] = is_old
return env.get_template(name)