diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-05 07:05:36 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-05 21:17:38 +0100 |
| commit | c3bd8c738f1fd4eec03e5f157d7e0b2bcbda2903 (patch) | |
| tree | a8309b31a7455fd072ed8552acbda5440e88bb4e /meta/recipes-devtools/libdnf/libdnf_0.66.0.bb | |
| parent | 1deff800974eb7b0c6c093ae4acf7a1b63d5ba2c (diff) | |
| download | poky-c3bd8c738f1fd4eec03e5f157d7e0b2bcbda2903.tar.gz | |
libdnf: update 0.66.0 -> 0.67.0
(From OE-Core rev: a0490d98789efb6b82ba5a7b64f4cc028a53c24d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libdnf/libdnf_0.66.0.bb')
| -rw-r--r-- | meta/recipes-devtools/libdnf/libdnf_0.66.0.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.66.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.66.0.bb deleted file mode 100644 index 2558f96851..0000000000 --- a/meta/recipes-devtools/libdnf/libdnf_0.66.0.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | SUMMARY = "Library providing simplified C and Python API to libsolv" | ||
| 2 | HOMEPAGE = "https://github.com/rpm-software-management/libdnf" | ||
| 3 | DESCRIPTION = "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." | ||
| 4 | LICENSE = "LGPL-2.1-or-later" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 6 | |||
| 7 | SRC_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://enable_test_data_dir_set.patch \ | ||
| 12 | file://0001-drop-FindPythonInstDir.cmake.patch \ | ||
| 13 | file://0001-libdnf-dnf-context.cpp-do-not-try-to-access-BDB-data.patch \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRCREV = "add5d5418b140a86d08667dd2b14793093984875" | ||
| 17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | |||
| 21 | DEPENDS = "glib-2.0 libsolv libcheck librepo rpm gtk-doc libmodulemd json-c swig-native util-linux" | ||
| 22 | |||
| 23 | inherit gtk-doc gobject-introspection cmake pkgconfig setuptools3-base | ||
| 24 | |||
| 25 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DWITH_MAN=OFF -DPYTHON_DESIRED=3 \ | ||
| 26 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DWITH_GIR=ON', '-DWITH_GIR=OFF', d)} \ | ||
| 27 | -DWITH_TESTS=OFF \ | ||
| 28 | -DWITH_ZCHUNK=OFF \ | ||
| 29 | -DWITH_HTML=OFF \ | ||
| 30 | " | ||
| 31 | EXTRA_OECMAKE:append:class-native = " -DWITH_GIR=OFF" | ||
| 32 | EXTRA_OECMAKE:append:class-nativesdk = " -DWITH_GIR=OFF" | ||
| 33 | |||
| 34 | BBCLASSEXTEND = "native nativesdk" | ||
| 35 | SKIP_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)}" | ||
| 36 | |||
