diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-31 10:33:48 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-11 03:54:46 -1000 |
commit | 6d6d20ffa3e8c75334ff264eccacabf78dd71ff9 (patch) | |
tree | 187a0882dcc9f3929edc03835699c719384bd5d9 | |
parent | dc5c7fb0b40802c6030ccaa6145b143de50e8011 (diff) | |
download | poky-6d6d20ffa3e8c75334ff264eccacabf78dd71ff9.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: eba267b4ed4e4d90f0ef053925c80b4c5499d4ba)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 583882c25eec915cfc37e334fcb7e41d6ea6d88e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 | ||
13 | SRCREV = "5f4de4a4e85845d4184fbd30c03ff8a8ec7df4af" | 13 | SRCREV = "1a0a5fd2b040d00872118b32d09d1f79730897a2" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||