summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/librepo/librepo_git.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_git.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_git.bb')
-rw-r--r--meta/recipes-devtools/librepo/librepo_git.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_git.bb b/meta/recipes-devtools/librepo/librepo_git.bb
deleted file mode 100644
index 3238b14fac..0000000000
--- a/meta/recipes-devtools/librepo/librepo_git.bb
+++ /dev/null
@@ -1,25 +0,0 @@
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://0001-Correctly-set-the-library-installation-directory.patch \
7 file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \
8 file://0003-tests-fix-a-race-when-deleting-temporary-directories.patch \
9 file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \
10 file://0005-Fix-typo-correct-LRO_SSLVERIFYHOST-with-CURLOPT_SSL_.patch \
11 "
12
13PV = "1.7.20+git${SRCPV}"
14SRCREV = "e1137cbbda78fecb192146300790680a5bc811b1"
15
16S = "${WORKDIR}/git"
17
18DEPENDS = "curl expat glib-2.0 openssl attr libcheck gpgme"
19
20inherit cmake distutils3-base pkgconfig
21
22EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3"
23
24BBCLASSEXTEND = "native nativesdk"
25