From a02f7e4cf097e3c814a3a415f700d87c71fa6528 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 1 Mar 2022 19:53:52 +0800 Subject: libsolv: upgrade 0.7.20 -> 0.7.21 Changelog: ========= - selected bug fixes: * fix segfault on conflict resolution when using bindings * fix split provides not working if the update includes a forbidden vendor change - new features: * support strict repository priorities new solver flag: SOLVER_FLAG_STRICT_REPO_PRIORITY * support zstd compressed control files in debian packages * add an ifdef allowing to rename Solvable dependency members ("requires" is a keyword in C++20) * support setting/reading userdata in solv files new functions: repowriter_set_userdata, solv_read_userdata * support queying of the custom vendor check function new function: pool_get_custom_vendorcheck * support solv files with an idarray block * allow accessing the toolversion at runtime Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-extended/libsolv/libsolv_0.7.20.bb | 33 ------------------------- 1 file changed, 33 deletions(-) delete mode 100644 meta/recipes-extended/libsolv/libsolv_0.7.20.bb (limited to 'meta/recipes-extended/libsolv/libsolv_0.7.20.bb') diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.20.bb b/meta/recipes-extended/libsolv/libsolv_0.7.20.bb deleted file mode 100644 index f0ba9553e7..0000000000 --- a/meta/recipes-extended/libsolv/libsolv_0.7.20.bb +++ /dev/null @@ -1,33 +0,0 @@ -SUMMARY = "Library for solving packages and reading repositories" -DESCRIPTION = "This is libsolv, a free package dependency solver using a satisfiability algorithm for solving packages and reading repositories" -HOMEPAGE = "https://github.com/openSUSE/libsolv" -BUGTRACKER = "https://github.com/openSUSE/libsolv/issues" -SECTION = "devel" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" - -DEPENDS = "expat zlib" - -SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \ - file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ -" - -SRCREV = "f618e6aae1d44be633b2ab91d4fd4f4f974f4d40" - -UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" - -S = "${WORKDIR}/git" - -inherit cmake - -PACKAGECONFIG ??= "${@bb.utils.contains('PACKAGE_CLASSES','package_rpm','rpm','',d)}" -PACKAGECONFIG[rpm] = "-DENABLE_RPMMD=ON -DENABLE_RPMDB=ON,,rpm" - -EXTRA_OECMAKE = "-DMULTI_SEMANTICS=ON -DENABLE_COMPLEX_DEPS=ON" - -PACKAGES =+ "${PN}-tools ${PN}ext" - -FILES:${PN}-tools = "${bindir}/*" -FILES:${PN}ext = "${libdir}/${PN}ext.so.*" - -BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg