From dcc5d6bc2e3e5848f36fe1001b8cb65576047b7d Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Mon, 16 May 2016 15:15:29 +0300 Subject: libsolv: upgrade to 0.6.20 0.6.19 -> 0.6.20 Added the following patch to fix build with musl: 0001-Add-fallback-fopencookie-implementation.patch Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- meta/recipes-extended/libsolv/libsolv_git.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'meta/recipes-extended/libsolv/libsolv_git.bb') diff --git a/meta/recipes-extended/libsolv/libsolv_git.bb b/meta/recipes-extended/libsolv/libsolv_git.bb index fb81c8a5fa..a16897e7d6 100644 --- a/meta/recipes-extended/libsolv/libsolv_git.bb +++ b/meta/recipes-extended/libsolv/libsolv_git.bb @@ -7,12 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" DEPENDS = "expat zlib" -PV = "0.6.19" +PV = "0.6.20" SRC_URI = "git://github.com/openSUSE/libsolv.git \ file://0001-CMakeLists.txt-fix-MAN_INSTALL_DIR.patch \ -" -SRCREV = "4c5af401a89858d4cebbfe40c59a0031ff9db5b0" + " +SRC_URI_append_libc-musl = " file://0001-Add-fallback-fopencookie-implementation.patch" + +SRCREV = "513c572b10e18bea5ac78709267de4b739cb31e7" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" S = "${WORKDIR}/git" -- cgit 1.2.3-korg