summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-15 08:00:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-17 07:47:07 +0100
commit3003083b49e9176d40804888867c2017f23b9c92 (patch)
tree317e9800288146529fcf0659a666d3cf6e6b37ac /meta/recipes-devtools/dnf
parent90e8fd5944d987209d2164a099728d6c03b2897a (diff)
downloadpoky-3003083b49e9176d40804888867c2017f23b9c92.tar.gz
dnf: upgrade 4.13.0 -> 4.14.0
(From OE-Core rev: 3b221ebd89d74cb5ee6b5eb3c721e35258239689) 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.14.0.bb (renamed from meta/recipes-devtools/dnf/dnf_4.13.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.13.0.bb b/meta/recipes-devtools/dnf/dnf_4.14.0.bb
index bf89ceb275..48f7e28418 100644
--- a/meta/recipes-devtools/dnf/dnf_4.13.0.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.14.0.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
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 = "ef09e48fc3ebbbaf4dfa478e6e0532706506f091" 21SRCREV = "e50875b3f5790f70720bdb670e1dd2bf4d828744"
22UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 22UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"