summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/librepo/librepo_1.8.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-10-04 17:33:37 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-02 17:24:37 +0000
commit798a83865e3446c81e4af75e812f86af9db09bfe (patch)
treeebcfd42eeaa771ecbde7d7f407d59c5214e37438 /meta/recipes-devtools/librepo/librepo_1.8.1.bb
parent49029c2248ce71bb3a0928fc1f77e7d0ad6c5a0d (diff)
downloadpoky-798a83865e3446c81e4af75e812f86af9db09bfe.tar.gz
librepo: update to 1.8.1
Drop upstreamed patches, rebase the PYTHON_INSTALL_DIR patch. (From OE-Core rev: 7b77824462edbdf978df5dd56bfeab78ac47bb6c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/librepo/librepo_1.8.1.bb')
-rw-r--r--meta/recipes-devtools/librepo/librepo_1.8.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.8.1.bb b/meta/recipes-devtools/librepo/librepo_1.8.1.bb
new file mode 100644
index 0000000000..0324104a37
--- /dev/null
+++ b/meta/recipes-devtools/librepo/librepo_1.8.1.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 = "7b9b7bf388f3f059529c6f50c40b30919fef30f9"
11
12S = "${WORKDIR}/git"
13
14DEPENDS = "curl expat glib-2.0 openssl attr libcheck gpgme"
15
16inherit cmake distutils3-base pkgconfig
17
18EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3"
19
20BBCLASSEXTEND = "native nativesdk"
21