summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libdnf/libdnf_0.28.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/libdnf/libdnf_0.28.1.bb')
-rw-r--r--meta/recipes-devtools/libdnf/libdnf_0.28.1.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.28.1.bb b/meta/recipes-devtools/libdnf/libdnf_0.28.1.bb
index 43de06e7f9..39858ad401 100644
--- a/meta/recipes-devtools/libdnf/libdnf_0.28.1.bb
+++ b/meta/recipes-devtools/libdnf/libdnf_0.28.1.bb
@@ -1,14 +1,17 @@
1SUMMARY = "Library providing simplified C and Python API to libsolv" 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."
2LICENSE = "LGPLv2.1+" 4LICENSE = "LGPLv2.1+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 5LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
4 6
5SRC_URI = "git://github.com/rpm-software-management/libdnf \ 7SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=master;protocol=https \
6 file://0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch \ 8 file://0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch \
7 file://0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch \ 9 file://0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch \
8 file://0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch \ 10 file://0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch \
9 file://0001-Add-WITH_TESTS-option.patch \ 11 file://0001-Add-WITH_TESTS-option.patch \
10 file://0001-include-stdexcept-for-runtime_error.patch \ 12 file://0001-include-stdexcept-for-runtime_error.patch \
11 file://fix-deprecation-warning.patch \ 13 file://fix-deprecation-warning.patch \
14 file://0040-Mark-job-goal.upgrade-with-sltr-as-target.patch \
12 " 15 "
13 16
14SRCREV = "751f89045b80d58c0d05800f74357cf78cdf7e77" 17SRCREV = "751f89045b80d58c0d05800f74357cf78cdf7e77"