summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libdnf/libdnf_0.65.0.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-03-15 19:22:17 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 10:31:41 +0000
commit9556937fba32cee5a8bad8393b5da752a7148495 (patch)
tree80ed652e82ec13b17645d4f7ce60767e317719e1 /meta/recipes-devtools/libdnf/libdnf_0.65.0.bb
parent80974fd763ed9836edb5c259a40e937e5983901d (diff)
downloadpoky-9556937fba32cee5a8bad8393b5da752a7148495.tar.gz
libdnf: upgrade 0.65.0 -> 0.66.0
0001-Add-WITH_TESTS-option.patch 0001-Look-fo-sphinx-only-if-documentation-is-actually-ena.patch removed since they're included in 0.66.0 0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch 0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch modified for new version Changelog: ========= Use rpmdbCookie from librpm, remove hawkey.Sack._rpmdb_version Fix handling transaction id in resolveTransactionItemReason (RhBug:2010259,2053014) Remove deprecated assertions (RhBug:2027383) Skip rich deps for autodetection of unmet dependencies (RhBug:2033130, 2048394) Increase required rpm version since we use rpmdbCookie() (From OE-Core rev: a5df953824474dfcb99ee3da305c11e2b178eeb5) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libdnf/libdnf_0.65.0.bb')
-rw-r--r--meta/recipes-devtools/libdnf/libdnf_0.65.0.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.65.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.65.0.bb
deleted file mode 100644
index 03c56e934a..0000000000
--- a/meta/recipes-devtools/libdnf/libdnf_0.65.0.bb
+++ /dev/null
@@ -1,38 +0,0 @@
1SUMMARY = "Library providing simplified C and Python API to libsolv"
2HOMEPAGE = "https://github.com/rpm-software-management/libdnf"
3DESCRIPTION = "This library provides a high level package-manager. It's core library of dnf, PackageKit and rpm-ostree. It's replacement for deprecated hawkey library which it contains inside and uses librepo under the hood."
4LICENSE = "LGPL-2.1-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
6
7SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;protocol=https \
8 file://0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch \
9 file://0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch \
10 file://0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch \
11 file://0001-Add-WITH_TESTS-option.patch \
12 file://0001-Look-fo-sphinx-only-if-documentation-is-actually-ena.patch \
13 file://enable_test_data_dir_set.patch \
14 file://0001-drop-FindPythonInstDir.cmake.patch \
15 file://0001-libdnf-dnf-context.cpp-do-not-try-to-access-BDB-data.patch \
16 "
17
18SRCREV = "cee3e1c59f849d9be1bb8d7db3090cea5c59f4b6"
19UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)"
20
21S = "${WORKDIR}/git"
22
23DEPENDS = "glib-2.0 libsolv libcheck librepo rpm gtk-doc libmodulemd json-c swig-native"
24
25inherit gtk-doc gobject-introspection cmake pkgconfig setuptools3-base
26
27EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DWITH_MAN=OFF -DPYTHON_DESIRED=3 \
28 ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DWITH_GIR=ON', '-DWITH_GIR=OFF', d)} \
29 -DWITH_TESTS=OFF \
30 -DWITH_ZCHUNK=OFF \
31 -DWITH_HTML=OFF \
32 "
33EXTRA_OECMAKE:append:class-native = " -DWITH_GIR=OFF"
34EXTRA_OECMAKE:append:class-nativesdk = " -DWITH_GIR=OFF"
35
36BBCLASSEXTEND = "native nativesdk"
37SKIP_RECIPE[libdnf] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'Does not build without package_rpm in PACKAGE_CLASSES due disabled rpm support in libsolv', d)}"
38