diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-16 17:16:27 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-16 17:57:30 +0100 |
| commit | cb6bf212b136474245c5e1aa735167997df2d164 (patch) | |
| tree | a0931f3c76387ccef4b26dceaba941d332759de4 /meta/recipes-extended | |
| parent | 9b9e06f10433ec8297af5e3813f192766cf2d571 (diff) | |
| download | poky-cb6bf212b136474245c5e1aa735167997df2d164.tar.gz | |
libsolv: upgrade 0.7.32 -> 0.7.33
Changelog:
===========
- selected bug fixes:
* improve transaction ordering by allowing more uninst->uninst
edges
* implement color filtering when adding update targets
- new features:
* support orderwithrequires dependencies in susedata.xml
(From OE-Core rev: 000d105135c6ae871bfa8699d9008a1f4324c7f7)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
| -rw-r--r-- | meta/recipes-extended/libsolv/libsolv_0.7.33.bb (renamed from meta/recipes-extended/libsolv/libsolv_0.7.32.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.32.bb b/meta/recipes-extended/libsolv/libsolv_0.7.33.bb index 71786e40dc..7584251420 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.32.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.33.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 = "95f64952e3270deb6be30ae4b786cae5c114c807" | 15 | SRCREV = "9fb855d872139fb1ebebec4c892b338fccda69ba" |
| 16 | 16 | ||
| 17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
| 18 | 18 | ||
