summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/librepo/librepo_1.9.3.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2018-12-18 17:30:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-03 12:35:54 +0000
commit924cbe39df6ef180e4ff32f2602cb822ec6e5ebe (patch)
treebfacf8d0792f7507010c4a9350620c672263b54d /meta/recipes-devtools/librepo/librepo_1.9.3.bb
parentd22139c951f4e9d2cada4ae9b0c61c3188bc8d68 (diff)
downloadpoky-924cbe39df6ef180e4ff32f2602cb822ec6e5ebe.tar.gz
librepo: upgrade 1.9.2 -> 1.9.3
(From OE-Core rev: 135e3ea7f8d4450daae933df907aa981d425fb9d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/librepo/librepo_1.9.3.bb')
-rw-r--r--meta/recipes-devtools/librepo/librepo_1.9.3.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.9.3.bb b/meta/recipes-devtools/librepo/librepo_1.9.3.bb
new file mode 100644
index 0000000000..abfed798f3
--- /dev/null
+++ b/meta/recipes-devtools/librepo/librepo_1.9.3.bb
@@ -0,0 +1,21 @@
1SUMMARY = " A library providing C and Python (libcURL like) API for downloading linux repository metadata and packages."
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
4
5SRC_URI = "git://github.com/rpm-software-management/librepo.git \
6 file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \
7 file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \
8 "
9
10SRCREV = "f1212bd4a55467ab8578c87f98ed363cccd5907a"
11
12S = "${WORKDIR}/git"
13
14DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2"
15
16inherit cmake distutils3-base pkgconfig
17
18EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 -DENABLE_TESTS=OFF -DENABLE_DOCS=OFF -DWITH_ZCHUNK=OFF"
19
20BBCLASSEXTEND = "native nativesdk"
21