diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-10-19 17:42:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-20 11:11:46 +0100 |
commit | 714ee386e6cea5edd4c31c2808ea31a46f5afa48 (patch) | |
tree | bf7e070669dcac9212037bcc208da1ec315ae79a /meta | |
parent | 0abb5a03abb1478c0a1330ce2bf08c2962608b0e (diff) | |
download | poky-714ee386e6cea5edd4c31c2808ea31a46f5afa48.tar.gz |
python3: fix upstream version check
(From OE-Core rev: c8a6512b36e12f48d8713c5c3b48d83a431c8191)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.8.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.5.bb b/meta/recipes-devtools/python/python3_3.8.5.bb index cabe5dc075..2a3c52a116 100644 --- a/meta/recipes-devtools/python/python3_3.8.5.bb +++ b/meta/recipes-devtools/python/python3_3.8.5.bb | |||
@@ -45,6 +45,7 @@ SRC_URI[sha256sum] = "e3003ed57db17e617acb382b0cade29a248c6026b1bd8aad1f976e9af6 | |||
45 | 45 | ||
46 | # exclude pre-releases for both python 2.x and 3.x | 46 | # exclude pre-releases for both python 2.x and 3.x |
47 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | 47 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" |
48 | UPSTREAM_CHECK_URI = "https://www.python.org/downloads/source/" | ||
48 | 49 | ||
49 | CVE_PRODUCT = "python" | 50 | CVE_PRODUCT = "python" |
50 | 51 | ||