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-11 00:08:41 +0000 |
commit | bcf796681f0811e9b05ea5b9c39c16a2d01a2b97 (patch) | |
tree | b34984e9ce7766bdc48bbbe7a9c487069e5dda7f /meta/recipes-devtools | |
parent | f2a01b22cf0479c64c7d0083539a77939c2addd3 (diff) | |
download | poky-bcf796681f0811e9b05ea5b9c39c16a2d01a2b97.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: 9851579eeebbdced9e770c4828f521b359e0306f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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 7af9792a0d..429cf6e659 100644 --- a/meta/recipes-devtools/apt/apt_2.4.5.bb +++ b/meta/recipes-devtools/apt/apt_2.4.5.bb | |||
@@ -39,8 +39,6 @@ UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/apt/" | |||
39 | # is considered stable, e.g. 1.0, 1.4, 1.8, 2.2, 2.6, etc. As there is no way | 39 | # is considered stable, e.g. 1.0, 1.4, 1.8, 2.2, 2.6, etc. As there is no way |
40 | # to express 'divisible by 4 plus 2' in regex (that I know of), let's hardcode a few. | 40 | # to express 'divisible by 4 plus 2' in regex (that I know of), let's hardcode a few. |
41 | UPSTREAM_CHECK_REGEX = "[^\d\.](?P<pver>((2\.2)|(2\.6)|(3\.0)|(3\.4)|(3\.8)|(4\.2))(\.\d+)+)\.tar" | 41 | UPSTREAM_CHECK_REGEX = "[^\d\.](?P<pver>((2\.2)|(2\.6)|(3\.0)|(3\.4)|(3\.8)|(4\.2))(\.\d+)+)\.tar" |
42 | # needs be marked as unknown until 2.6 is out | ||
43 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
44 | 42 | ||
45 | inherit cmake perlnative bash-completion useradd | 43 | inherit cmake perlnative bash-completion useradd |
46 | 44 | ||