diff options
author | wangmy <wangmy@fujitsu.com> | 2022-03-15 18:51:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 10:31:40 +0000 |
commit | 74fd40c92703c3f08e1f32ba971151a82008a0fc (patch) | |
tree | 359205333b27658066280f9fa4639535e225d2f7 /meta/recipes-devtools/dnf | |
parent | b3aa262f717378d956eaf2205cbef8fb4662d22c (diff) | |
download | poky-74fd40c92703c3f08e1f32ba971151a82008a0fc.tar.gz |
dnf: upgrade 4.10.0 -> 4.11.1
(From OE-Core rev: bd1401961f692d15df5c978a34c2191d8b2a6e21)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
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.11.1.bb (renamed from meta/recipes-devtools/dnf/dnf_4.10.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.10.0.bb b/meta/recipes-devtools/dnf/dnf_4.11.1.bb index f16e716b0d..00eed0ce96 100644 --- a/meta/recipes-devtools/dnf/dnf_4.10.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.11.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 | ||
21 | SRCREV = "bd691b784f2158e633072d368579898d740e4347" | 21 | SRCREV = "fba1e2ec93f3d045a874567fd7ecafd606346509" |
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" |