[oe-commits] [openembedded-core] 08/09: librepo: update to 1.10.5

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 10:53:38 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b12689d58caf55134474b368d018f17de69d6a47
Author: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
AuthorDate: Tue Aug 13 20:13:27 2019 +0200

    librepo: update to 1.10.5
    
    Also cleanedup the recipe.
    
    Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../librepo/{librepo_1.10.4.bb => librepo_1.10.5.bb}       | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-devtools/librepo/librepo_1.10.4.bb b/meta/recipes-devtools/librepo/librepo_1.10.5.bb
similarity index 58%
rename from meta/recipes-devtools/librepo/librepo_1.10.4.bb
rename to meta/recipes-devtools/librepo/librepo_1.10.5.bb
index 50c9a82..87d64bf 100644
--- a/meta/recipes-devtools/librepo/librepo_1.10.4.bb
+++ b/meta/recipes-devtools/librepo/librepo_1.10.5.bb
@@ -1,4 +1,5 @@
-SUMMARY = " A library providing C and Python (libcURL like) API for downloading linux repository metadata and packages."
+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"
 
@@ -7,7 +8,7 @@ SRC_URI = "git://github.com/rpm-software-management/librepo.git \
            file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \
            "
 
-SRCREV = "9b2df22dbcdf9352672334098fff56335aa10423"
+SRCREV = "385e2ced1083cac0bcb19e30500311f6923e6dfc"
 
 S = "${WORKDIR}/git"
 
@@ -15,7 +16,12 @@ 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"
+EXTRA_OECMAKE = " \
+    -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} \
+    -DPYTHON_DESIRED=3 \
+    -DENABLE_TESTS=OFF \
+    -DENABLE_DOCS=OFF \
+    -DWITH_ZCHUNK=OFF \
+"
 
 BBCLASSEXTEND = "native nativesdk"
-

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list