From 3e8743831bd096f67766caa9728ddf653c8e3d09 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 29 Nov 2023 07:38:17 +0800 Subject: libsolv: upgrade 0.7.26 -> 0.7.27 Changelog: ============ * add zstd support for the installcheck tool * add putinowndirpool cache to make file list handling in repo_write much faster (From OE-Core rev: 6728c2e348461c78b16cb55dbca9f76418de738e) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-extended/libsolv/libsolv_0.7.26.bb | 33 ------------------------- meta/recipes-extended/libsolv/libsolv_0.7.27.bb | 33 +++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 meta/recipes-extended/libsolv/libsolv_0.7.26.bb create mode 100644 meta/recipes-extended/libsolv/libsolv_0.7.27.bb diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.26.bb b/meta/recipes-extended/libsolv/libsolv_0.7.26.bb deleted file mode 100644 index bae7960138..0000000000 --- a/meta/recipes-extended/libsolv/libsolv_0.7.26.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 zstd" - -SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \ - file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ -" - -SRCREV = "48c985375134d2443eee551613161cadc278af2f" - -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 -DENABLE_ZSTD_COMPRESSION=ON" - -PACKAGES =+ "${PN}-tools ${PN}ext" - -FILES:${PN}-tools = "${bindir}/*" -FILES:${PN}ext = "${libdir}/${PN}ext.so.*" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.27.bb b/meta/recipes-extended/libsolv/libsolv_0.7.27.bb new file mode 100644 index 0000000000..2ea80c6ce9 --- /dev/null +++ b/meta/recipes-extended/libsolv/libsolv_0.7.27.bb @@ -0,0 +1,33 @@ +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 zstd" + +SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \ + file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ +" + +SRCREV = "0caa2edb94ba228003bf18960e4574256e92f8fb" + +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 -DENABLE_ZSTD_COMPRESSION=ON" + +PACKAGES =+ "${PN}-tools ${PN}ext" + +FILES:${PN}-tools = "${bindir}/*" +FILES:${PN}ext = "${libdir}/${PN}ext.so.*" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf