diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-01 07:28:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-04 11:28:23 +0100 |
commit | cace25655af533e31e01ab1074f19ab7217631c3 (patch) | |
tree | 9a3e91f9c86d143ef9d417e1c80712a446a88b67 /meta/recipes-devtools | |
parent | dcde02ad6f150721f5717688c04765d23674930f (diff) | |
download | poky-cace25655af533e31e01ab1074f19ab7217631c3.tar.gz |
dnf: upgrade 4.12.0 -> 4.13.0
(From OE-Core rev: bc4aca0199b16bf7a9388263ac24d904a0348a6b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/dnf/dnf_4.13.0.bb (renamed from meta/recipes-devtools/dnf/dnf_4.12.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.12.0.bb b/meta/recipes-devtools/dnf/dnf_4.13.0.bb index d621e72d4e..bf89ceb275 100644 --- a/meta/recipes-devtools/dnf/dnf_4.12.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.13.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 | ||
21 | SRCREV = "956b5c74bab2affde27f404e7aee98c10818b188" | 21 | SRCREV = "ef09e48fc3ebbbaf4dfa478e6e0532706506f091" |
22 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 22 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |