summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-02-28 16:36:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-10 10:30:39 +0000
commitd7522c859db317430dc9baacd21657e744d09d7e (patch)
tree4ccbdb90679faa62d0f10f83f7d0e56c1fb3f724 /meta
parent281eba70c2c3beef556949980d7f81e7461ba5dd (diff)
downloadpoky-d7522c859db317430dc9baacd21657e744d09d7e.tar.gz
dnf: upgrade 4.5.2 -> 4.6.0
(From OE-Core rev: 6e96939b65ad9d1435ae0dfd8303f0ed8c429cee) 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.6.0.bb (renamed from meta/recipes-devtools/dnf/dnf_4.5.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.5.2.bb b/meta/recipes-devtools/dnf/dnf_4.6.0.bb
index c746dc30db..6651e64352 100644
--- a/meta/recipes-devtools/dnf/dnf_4.5.2.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.6.0.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git \
18 file://0001-dnf-write-the-log-lock-to-root.patch \ 18 file://0001-dnf-write-the-log-lock-to-root.patch \
19 " 19 "
20 20
21SRCREV = "36a3ffaee4db76a7efe7d40f4e42ce679b6a6920" 21SRCREV = "c826d7db401ebf9b59b2fa74570a919e4af2673e"
22UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 22UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"