diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-06-22 13:21:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-26 11:27:16 +0100 |
commit | 75412907da37a7d30f2af6569c3543fc847995d3 (patch) | |
tree | 9c0c8611c8d771a80b747b33e5d00a9d2076f8c5 | |
parent | 8f31b6e41d188e5b4eb6d61ba63d24ca72b9bf2e (diff) | |
download | poky-75412907da37a7d30f2af6569c3543fc847995d3.tar.gz |
libdnf: upgrade 0.63.0 -> 0.63.1
(From OE-Core rev: 5d989a6255605c37af9813cf1463f32d6db1a46d)
(From OE-Core rev: e2e1a35ce3d14baf83621fa5b0d4c8de1bcb2753)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/libdnf/libdnf_0.63.1.bb (renamed from meta/recipes-devtools/libdnf/libdnf_0.63.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.63.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.63.1.bb index a26ee55cb9..6ffeb945bb 100644 --- a/meta/recipes-devtools/libdnf/libdnf_0.63.0.bb +++ b/meta/recipes-devtools/libdnf/libdnf_0.63.1.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master \ | |||
15 | file://0001-drop-FindPythonInstDir.cmake.patch \ | 15 | file://0001-drop-FindPythonInstDir.cmake.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRCREV = "669a5c691acba91693d238d6262ac99a440aa9b3" | 18 | SRCREV = "8e451380bf84bd76e3925cbae2a06bb0e56f5cd9" |
19 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |