summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/librepo
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-08-31 10:33:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-02 18:23:05 +0100
commit59be34967050824fd8877365fa8d640f4e88051d (patch)
treeaa1ff320d8475fc306912a921648a4bcfcf6e693 /meta/recipes-devtools/librepo
parent8c88b32f3c74ce3f20997be49208db7069ec1794 (diff)
downloadpoky-59be34967050824fd8877365fa8d640f4e88051d.tar.gz
librepo: upgrade 1.15.1 -> 1.15.2
Changelog: ============= Fixes and optimizations in header files Fix lr_gpg_list_keys function when keys are empty Update PGP test vectors Fix CMake warnings Bump glib version (From OE-Core rev: 583882c25eec915cfc37e334fcb7e41d6ea6d88e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/librepo')
-rw-r--r--meta/recipes-devtools/librepo/librepo_1.15.2.bb (renamed from meta/recipes-devtools/librepo/librepo_1.15.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.15.1.bb b/meta/recipes-devtools/librepo/librepo_1.15.2.bb
index 2c8d6fc719..995301d601 100644
--- a/meta/recipes-devtools/librepo/librepo_1.15.1.bb
+++ b/meta/recipes-devtools/librepo/librepo_1.15.2.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master;pr
10 file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ 10 file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \
11 " 11 "
12 12
13SRCREV = "5f4de4a4e85845d4184fbd30c03ff8a8ec7df4af" 13SRCREV = "1a0a5fd2b040d00872118b32d09d1f79730897a2"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16