From b0706f3912b1780f636bbd4fff1cf6e05605ac3e Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 20 May 2019 16:10:45 +0200 Subject: librepo: upgrade 1.9.6 -> 1.10.2 (From OE-Core rev: 35238268a6941322dc6f0fb795b1c74e7c5163ed) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/librepo/librepo_1.10.2.bb | 21 +++++++++++++++++++++ meta/recipes-devtools/librepo/librepo_1.9.6.bb | 21 --------------------- 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 meta/recipes-devtools/librepo/librepo_1.10.2.bb delete mode 100644 meta/recipes-devtools/librepo/librepo_1.9.6.bb diff --git a/meta/recipes-devtools/librepo/librepo_1.10.2.bb b/meta/recipes-devtools/librepo/librepo_1.10.2.bb new file mode 100644 index 0000000000..43c1967c2b --- /dev/null +++ b/meta/recipes-devtools/librepo/librepo_1.10.2.bb @@ -0,0 +1,21 @@ +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 = "91ebe846b0320751a264116c36a665a8facf9e0e" + +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.9.6.bb b/meta/recipes-devtools/librepo/librepo_1.9.6.bb deleted file mode 100644 index fecedc981f..0000000000 --- a/meta/recipes-devtools/librepo/librepo_1.9.6.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 = "7d8acd45eb09809a5ab729c312744da4b2fe92bb" - -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 v1.2.3-54-g00ecf