summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-12-26 10:26:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-30 14:01:06 +0000
commit86dd300de9d098e8858743c14a05c21df2786b3a (patch)
tree1b1e03afc7659e54d8038bca92a5c5a71254fbc9 /meta/recipes-devtools/dnf
parentb24831ee762491931a110d8d432f5b65b0096d7d (diff)
downloadpoky-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/recipes-devtools/dnf')
-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
20SRCREV = "b9b7623892f551da201bffd03187d703242b00e9" 20SRCREV = "36a3ffaee4db76a7efe7d40f4e42ce679b6a6920"
21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
22 22
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"