diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-17 16:04:28 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-20 11:56:06 +0100 |
commit | 8457590f9f0965dda3345864f766940d6c4aa5af (patch) | |
tree | a2b23e5498b1778d0df213d48111a6b1070ddaf3 /meta/recipes-extended/libsolv | |
parent | 6ba94226650912f8e62728b3446e7dbb7d5f4f53 (diff) | |
download | poky-8457590f9f0965dda3345864f766940d6c4aa5af.tar.gz |
libsolv: upgrade 0.7.23 -> 0.7.24
Changelog:
==========
- selected bug fixes:
* handle learnt rules in solver_alternativeinfo()
- new features:
* support x86_64_v[234] architecture levels
* implement decision sorting for package decisionlists
(From OE-Core rev: 9c9a4efa5f726a8f4fbde256c20595f9fbb40580)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libsolv')
-rw-r--r-- | meta/recipes-extended/libsolv/libsolv_0.7.24.bb (renamed from meta/recipes-extended/libsolv/libsolv_0.7.23.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.23.bb b/meta/recipes-extended/libsolv/libsolv_0.7.24.bb index 1256905720..7c8f1fd372 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.23.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.24.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \ | |||
12 | file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ | 12 | file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRCREV = "6deaca7cf61ec2b32c4a3b494a751c8d15efbe8b" | 15 | SRCREV = "4d05dca3974156faf2f025ca4a82b68904848307" |
16 | 16 | ||
17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
18 | 18 | ||