]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsolv: update to 0.6.35
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 6 Sep 2018 10:29:16 +0000 (12:29 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Sep 2018 22:43:34 +0000 (23:43 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libsolv/libsolv_0.6.35.bb [moved from meta/recipes-extended/libsolv/libsolv_0.6.34.bb with 88% similarity]

similarity index 88%
rename from meta/recipes-extended/libsolv/libsolv_0.6.34.bb
rename to meta/recipes-extended/libsolv/libsolv_0.6.35.bb
index 5950194f685f8b33625ce42cd3f9b2fa74b7c243..09564530223a4298fd5e40e62a20081af7d2c9af 100644 (file)
@@ -7,13 +7,12 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
 
 DEPENDS = "expat zlib rpm"
 
-SRC_URI = "git://github.com/openSUSE/libsolv.git \
-          "
+SRC_URI = "git://github.com/openSUSE/libsolv.git"
 SRC_URI_append_libc-musl = " file://0001-Add-fallback-fopencookie-implementation.patch \
                              file://0002-Fixes-to-internal-fopencookie-implementation.patch \
                            "
 
-SRCREV = "f0ef172a591d9c1ca0e13e09955054ac9c473d67"
+SRCREV = "38c5374d4712667b0b6ada4bf78ddbb343095d0c"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"