diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-03-06 07:42:12 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-07 17:25:02 +0000 |
| commit | c6819eaaa7532a33c6d966c77d524e076df2446b (patch) | |
| tree | 9326223da31263991f3e558dffbb3be099bdd73a /meta/recipes-devtools/librepo/librepo_1.17.0.bb | |
| parent | e3b7060e0d867c3f1a666be128ed30c8003529ac (diff) | |
| download | poky-c6819eaaa7532a33c6d966c77d524e076df2446b.tar.gz | |
librepo: update 1.16.0 -> 1.17.0
(From OE-Core rev: 7c60c42091a98d0c22242fb2a500b5b25f66a658)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/librepo/librepo_1.17.0.bb')
| -rw-r--r-- | meta/recipes-devtools/librepo/librepo_1.17.0.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.17.0.bb b/meta/recipes-devtools/librepo/librepo_1.17.0.bb new file mode 100644 index 0000000000..810191459d --- /dev/null +++ b/meta/recipes-devtools/librepo/librepo_1.17.0.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SUMMARY = "A library providing C and Python (libcURL like) API \ | ||
| 2 | for downloading linux repository metadata and packages." | ||
| 3 | HOMEPAGE = "https://github.com/rpm-software-management/librepo" | ||
| 4 | DESCRIPTION = "${SUMMARY}" | ||
| 5 | LICENSE = "LGPL-2.1-only" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master;protocol=https \ | ||
| 9 | file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \ | ||
| 10 | file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ | ||
| 11 | file://0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | SRCREV = "ae727d99086f70f39fba5695af5460e1da908c1b" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2" | ||
| 19 | |||
| 20 | inherit cmake setuptools3-base pkgconfig | ||
| 21 | |||
| 22 | EXTRA_OECMAKE = " \ | ||
| 23 | -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} \ | ||
| 24 | -DPYTHON_DESIRED=3 \ | ||
| 25 | -DENABLE_TESTS=OFF \ | ||
| 26 | -DENABLE_DOCS=OFF \ | ||
| 27 | -DWITH_ZCHUNK=OFF \ | ||
| 28 | -DENABLE_SELINUX=OFF \ | ||
| 29 | " | ||
| 30 | |||
| 31 | BBCLASSEXTEND = "native nativesdk" | ||
