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:24:44 +0100
commit41bf007d80bae05921bf3e2dd65600f64133041f (patch)
tree594b04dac2d99460c7f8f43384f0726c6e3e2087 /meta/recipes-devtools/dnf
parent2fb5f18a066d8ac1bd73e73ef381784ab3777fec (diff)
downloadopenembedded-core-41bf007d80bae05921bf3e2dd65600f64133041f.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. 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
file://0001-dnf-write-the-log-lock-to-root.patch \
"
-SRCREV = "e50875b3f5790f70720bdb670e1dd2bf4d828744"
+SRCREV = "94b7cc7956580405b219329541d6b40db6499cf1"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"