diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-06-08 09:46:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-09 13:14:00 +0100 |
commit | b70b4c9bbba9cb5f60d9500acc9ed97112c5a411 (patch) | |
tree | 9d84e0ff46398f1345f3aa504b3c1ddaea6e33ac /meta | |
parent | a5581080ef8d9c60e6d37faa8be46c55350f655b (diff) | |
download | poky-b70b4c9bbba9cb5f60d9500acc9ed97112c5a411.tar.gz |
ca-certificates: correct upstream version check
(From OE-Core rev: 9bc2943a7819c7e6d1bd4c1c03b265671811784c)
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-support/ca-certificates/ca-certificates_20200601.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20200601.bb b/meta/recipes-support/ca-certificates/ca-certificates_20200601.bb index 37ba51ce6a..6f39df7985 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20200601.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20200601.bb | |||
@@ -25,6 +25,7 @@ SRC_URI = "git://salsa.debian.org/debian/ca-certificates.git;protocol=https \ | |||
25 | file://0003-update-ca-certificates-use-relative-symlinks-from-ET.patch \ | 25 | file://0003-update-ca-certificates-use-relative-symlinks-from-ET.patch \ |
26 | file://0001-certdata2pem.py-use-python3.patch \ | 26 | file://0001-certdata2pem.py-use-python3.patch \ |
27 | " | 27 | " |
28 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+)" | ||
28 | 29 | ||
29 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
30 | 31 | ||