diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-03-09 16:19:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-21 14:26:31 +0000 |
commit | 096afd44d2655ef7b03db10d456294dec6282ed7 (patch) | |
tree | cc04da963304d29391e52ccca402dfb757f891ea | |
parent | 95dde790d343fc09d0523a8f6f92a621bb3ca5c4 (diff) | |
download | poky-096afd44d2655ef7b03db10d456294dec6282ed7.tar.gz |
apt: re-enable version check
2.6.0 is out and so we can check for latest version again.
(From OE-Core rev: fa5d357becb222a600380c902f4fe8f4a856d404)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 9851579eeebbdced9e770c4828f521b359e0306f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/apt/apt_2.4.5.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/apt/apt_2.4.5.bb b/meta/recipes-devtools/apt/apt_2.4.5.bb index ccdbd3d652..ef85750b84 100644 --- a/meta/recipes-devtools/apt/apt_2.4.5.bb +++ b/meta/recipes-devtools/apt/apt_2.4.5.bb | |||
@@ -38,8 +38,6 @@ UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/apt/" | |||
38 | # is considered stable, e.g. 1.0, 1.4, 1.8, 2.2, 2.6, etc. As there is no way | 38 | # is considered stable, e.g. 1.0, 1.4, 1.8, 2.2, 2.6, etc. As there is no way |
39 | # to express 'divisible by 4 plus 2' in regex (that I know of), let's hardcode a few. | 39 | # to express 'divisible by 4 plus 2' in regex (that I know of), let's hardcode a few. |
40 | UPSTREAM_CHECK_REGEX = "[^\d\.](?P<pver>((2\.2)|(2\.6)|(3\.0)|(3\.4)|(3\.8)|(4\.2))(\.\d+)+)\.tar" | 40 | UPSTREAM_CHECK_REGEX = "[^\d\.](?P<pver>((2\.2)|(2\.6)|(3\.0)|(3\.4)|(3\.8)|(4\.2))(\.\d+)+)\.tar" |
41 | # needs be marked as unknown until 2.6 is out | ||
42 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
43 | 41 | ||
44 | inherit cmake perlnative bash-completion useradd | 42 | inherit cmake perlnative bash-completion useradd |
45 | 43 | ||