summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-02 17:48:07 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-03 08:21:11 +0000
commitca1d13276b1c1166d217fc70c567f33b2bec2892 (patch)
treea954bee426486f149bcbb2993df670a70f4c1d47 /meta/recipes-devtools
parente2abc4075679849b96aa5a6f0aec292fbcbc51bc (diff)
downloadpoky-ca1d13276b1c1166d217fc70c567f33b2bec2892.tar.gz
dnf: upgrade 4.2.23 -> 4.4.0
(From OE-Core rev: 06303c3a66f981928d49530118e89b1a5616d964) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/dnf/dnf_4.4.0.bb (renamed from meta/recipes-devtools/dnf/dnf_4.2.23.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.2.23.bb b/meta/recipes-devtools/dnf/dnf_4.4.0.bb
index 8cfd4d0c89..dff6fe6c25 100644
--- a/meta/recipes-devtools/dnf/dnf_4.2.23.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.4.0.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 = "126d861812f827285960592359615ed7cb195aac" 20SRCREV = "b9b7623892f551da201bffd03187d703242b00e9"
21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
22 22
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"