diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-19 14:22:54 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-30 08:47:12 +0000 |
| commit | 77250f4457d1df7acd495f4d1aefdc0efcba99b7 (patch) | |
| tree | ac761ffdd6bebeb3d5b99dec2377e6ed910875ce /meta/recipes-devtools/librepo/librepo_1.11.1.bb | |
| parent | 3c6e18e46cb846dc55fa35057fc4701772fa3134 (diff) | |
| download | poky-77250f4457d1df7acd495f4d1aefdc0efcba99b7.tar.gz | |
librepo: upgrade 1.11.0 -> 1.11.1
(From OE-Core rev: 927bdf266a993180d8c700195f80ea9f61199c93)
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.1.bb')
| -rw-r--r-- | meta/recipes-devtools/librepo/librepo_1.11.1.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.11.1.bb b/meta/recipes-devtools/librepo/librepo_1.11.1.bb new file mode 100644 index 0000000000..dbf1016456 --- /dev/null +++ b/meta/recipes-devtools/librepo/librepo_1.11.1.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | SUMMARY = "A library providing C and Python (libcURL like) API \ | ||
| 2 | for downloading linux repository metadata and packages." | ||
| 3 | LICENSE = "LGPLv2.1" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 5 | |||
| 6 | SRC_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 | |||
| 11 | SRCREV = "5ade10012d40fad27a7aa1085091c2c5fdd099ff" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2" | ||
| 16 | |||
| 17 | inherit cmake distutils3-base pkgconfig | ||
| 18 | |||
| 19 | EXTRA_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 | |||
| 27 | BBCLASSEXTEND = "native nativesdk" | ||
