From 565aae4b4c1302a8a962a9f444d5382ea1043f40 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Tue, 13 Aug 2019 20:13:27 +0200 Subject: librepo: update to 1.10.5 Also cleanedup the recipe. Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- meta/recipes-devtools/librepo/librepo_1.10.4.bb | 21 ------------------- meta/recipes-devtools/librepo/librepo_1.10.5.bb | 27 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-devtools/librepo/librepo_1.10.4.bb create mode 100644 meta/recipes-devtools/librepo/librepo_1.10.5.bb (limited to 'meta/recipes-devtools/librepo') diff --git a/meta/recipes-devtools/librepo/librepo_1.10.4.bb b/meta/recipes-devtools/librepo/librepo_1.10.4.bb deleted file mode 100644 index 50c9a82e74..0000000000 --- a/meta/recipes-devtools/librepo/librepo_1.10.4.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = " A library providing C and Python (libcURL like) API for downloading linux repository metadata and packages." -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -SRC_URI = "git://github.com/rpm-software-management/librepo.git \ - file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \ - file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ - " - -SRCREV = "9b2df22dbcdf9352672334098fff56335aa10423" - -S = "${WORKDIR}/git" - -DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2" - -inherit cmake distutils3-base pkgconfig - -EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 -DENABLE_TESTS=OFF -DENABLE_DOCS=OFF -DWITH_ZCHUNK=OFF" - -BBCLASSEXTEND = "native nativesdk" - diff --git a/meta/recipes-devtools/librepo/librepo_1.10.5.bb b/meta/recipes-devtools/librepo/librepo_1.10.5.bb new file mode 100644 index 0000000000..87d64bf3a0 --- /dev/null +++ b/meta/recipes-devtools/librepo/librepo_1.10.5.bb @@ -0,0 +1,27 @@ +SUMMARY = "A library providing C and Python (libcURL like) API \ + for downloading linux repository metadata and packages." +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI = "git://github.com/rpm-software-management/librepo.git \ + file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \ + file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ + " + +SRCREV = "385e2ced1083cac0bcb19e30500311f6923e6dfc" + +S = "${WORKDIR}/git" + +DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2" + +inherit cmake distutils3-base pkgconfig + +EXTRA_OECMAKE = " \ + -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} \ + -DPYTHON_DESIRED=3 \ + -DENABLE_TESTS=OFF \ + -DENABLE_DOCS=OFF \ + -DWITH_ZCHUNK=OFF \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg