diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-01 13:21:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-03 22:08:26 +0000 |
commit | dcfc159d47032118b0beab818420e2b7af10db0a (patch) | |
tree | 464626edc39489c68a5ccdc3f0ac48acd59da67d /meta | |
parent | f3fc26a2b40bccc061616041c5bce699a06ac0f3 (diff) | |
download | poky-dcfc159d47032118b0beab818420e2b7af10db0a.tar.gz |
libsolv: upgrade 0.7.27 -> 0.7.28
- selected bug fixes:
* disable choice rules for Conda
* build for multiple python versions on SUSE
(From OE-Core rev: ce3960526f7658bbb2fb9eeeb4652386be29c98d)
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')
-rw-r--r-- | meta/recipes-extended/libsolv/libsolv_0.7.28.bb (renamed from meta/recipes-extended/libsolv/libsolv_0.7.27.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.27.bb b/meta/recipes-extended/libsolv/libsolv_0.7.28.bb index 2ea80c6ce9..201059323a 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.27.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.28.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 = "0caa2edb94ba228003bf18960e4574256e92f8fb" | 15 | SRCREV = "c8dbb3a77c86600ce09d4f80a504cf4e78a3c359" |
16 | 16 | ||
17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
18 | 18 | ||