summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/librepo/librepo_1.11.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-11-18 15:28:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-21 23:08:19 +0000
commitb03b999e0231842097f5c4efde775e3ae624dcbe (patch)
treee594953880216cf7f57a54b13c31e1e4c8d55307 /meta/recipes-devtools/librepo/librepo_1.11.0.bb
parentf931a332d1db0730b4edc05ce19105b9d7909ec3 (diff)
downloadpoky-b03b999e0231842097f5c4efde775e3ae624dcbe.tar.gz
librepo: upgrade 1.10.6 -> 1.11.0
(From OE-Core rev: 3e2d1a9f9886a7909afe5f3c81446434e704b318) 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.11.0.bb')
-rw-r--r--meta/recipes-devtools/librepo/librepo_1.11.0.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.11.0.bb b/meta/recipes-devtools/librepo/librepo_1.11.0.bb
new file mode 100644
index 0000000000..30c8a5c55d
--- /dev/null
+++ b/meta/recipes-devtools/librepo/librepo_1.11.0.bb
@@ -0,0 +1,27 @@
1SUMMARY = "A library providing C and Python (libcURL like) API \
2 for downloading linux repository metadata and packages."
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6SRC_URI = "git://github.com/rpm-software-management/librepo.git \
7 file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \
8 file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \
9 "
10
11SRCREV = "497f5eb2293662835bed6bdb0f43521788b2cebe"
12
13S = "${WORKDIR}/git"
14
15DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2"
16
17inherit cmake distutils3-base pkgconfig
18
19EXTRA_OECMAKE = " \
20 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} \
21 -DPYTHON_DESIRED=3 \
22 -DENABLE_TESTS=OFF \
23 -DENABLE_DOCS=OFF \
24 -DWITH_ZCHUNK=OFF \
25"
26
27BBCLASSEXTEND = "native nativesdk"