summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-06-14 11:28:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-15 21:25:42 +0100
commit7ef460054911a293c0082abc09c93198873fe1ec (patch)
treed6365d62a1b18778fd8ee108875c5c3792e1c080 /meta/recipes-devtools/dnf
parent76b7834c1ff8702713a483e7101df0c311e775cd (diff)
downloadpoky-7ef460054911a293c0082abc09c93198873fe1ec.tar.gz
dnf: upgrade 4.14.0 -> 4.16.1
Correct the query for locations of rpm package files in the local repo: upstream has changed it to a separate cmdline parameter. (From OE-Core rev: 41bf007d80bae05921bf3e2dd65600f64133041f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> 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.16.1.bb (renamed from meta/recipes-devtools/dnf/dnf_4.14.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.14.0.bb b/meta/recipes-devtools/dnf/dnf_4.16.1.bb
index 62df8c4ace..ff79701dc7 100644
--- a/meta/recipes-devtools/dnf/dnf_4.14.0.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.16.1.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 = "e50875b3f5790f70720bdb670e1dd2bf4d828744" 21SRCREV = "94b7cc7956580405b219329541d6b40db6499cf1"
22UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 22UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"