summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-06-26 09:18:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-28 08:35:59 +0100
commit6eb75a5b75225c9359f28bc09fbea7681b360c33 (patch)
tree170019020af719292f241a7ef91a57668775ea6e /meta/recipes-devtools
parent05043a26cc297ed9834055678ac699e20e2f16d5 (diff)
downloadpoky-6eb75a5b75225c9359f28bc09fbea7681b360c33.tar.gz
dnf: upgrade 4.2.21 -> 4.2.23
(From OE-Core rev: cad6889a514975990055c01b6b18dd7c9817201e) 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.2.23.bb (renamed from meta/recipes-devtools/dnf/dnf_4.2.21.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.2.21.bb b/meta/recipes-devtools/dnf/dnf_4.2.23.bb
index 44dab1d8a6..8cfd4d0c89 100644
--- a/meta/recipes-devtools/dnf/dnf_4.2.21.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.2.23.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 = "864c381baabf024c299dca75abfda96139b8f583" 20SRCREV = "126d861812f827285960592359615ed7cb195aac"
21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
22 22
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"