diff options
Diffstat (limited to 'meta/recipes-devtools/librepo/librepo_1.9.3.bb')
| -rw-r--r-- | meta/recipes-devtools/librepo/librepo_1.9.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.9.3.bb b/meta/recipes-devtools/librepo/librepo_1.9.3.bb new file mode 100644 index 0000000000..abfed798f3 --- /dev/null +++ b/meta/recipes-devtools/librepo/librepo_1.9.3.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = " A library providing C and Python (libcURL like) API for downloading linux repository metadata and packages." | ||
| 2 | LICENSE = "LGPLv2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 4 | |||
| 5 | SRC_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 | |||
| 10 | SRCREV = "f1212bd4a55467ab8578c87f98ed363cccd5907a" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2" | ||
| 15 | |||
| 16 | inherit cmake distutils3-base pkgconfig | ||
| 17 | |||
| 18 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 -DENABLE_TESTS=OFF -DENABLE_DOCS=OFF -DWITH_ZCHUNK=OFF" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
| 21 | |||
