diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-26 10:26:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-30 14:01:06 +0000 |
commit | 86dd300de9d098e8858743c14a05c21df2786b3a (patch) | |
tree | 1b1e03afc7659e54d8038bca92a5c5a71254fbc9 /meta | |
parent | b24831ee762491931a110d8d432f5b65b0096d7d (diff) | |
download | poky-86dd300de9d098e8858743c14a05c21df2786b3a.tar.gz |
dnf: upgrade 4.4.0 -> 4.5.2
(From OE-Core rev: f21490a872d8d3f74df7b6b788a1911014fcb32c)
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/dnf/dnf_4.5.2.bb (renamed from meta/recipes-devtools/dnf/dnf_4.4.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.4.0.bb b/meta/recipes-devtools/dnf/dnf_4.5.2.bb index dff6fe6c25..e1b0e1a132 100644 --- a/meta/recipes-devtools/dnf/dnf_4.4.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.5.2.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git \ | |||
17 | file://0001-dnf-write-the-log-lock-to-root.patch \ | 17 | file://0001-dnf-write-the-log-lock-to-root.patch \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRCREV = "b9b7623892f551da201bffd03187d703242b00e9" | 20 | SRCREV = "36a3ffaee4db76a7efe7d40f4e42ce679b6a6920" |
21 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 21 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |