aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-07-04 17:16:03 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-10 14:12:06 +0100
commit1bb1ea2cdb86a022b157d66b2a480ea91593a021 (patch)
treee5064f7ca67743cfe1bdf7919a5d3dbca1b2bb86
parentd43792151b7974f1d35a445943f62ed685288d12 (diff)
downloadopenembedded-core-contrib-1bb1ea2cdb86a022b157d66b2a480ea91593a021.tar.gz
libsolv: upgrade to 0.6.22
Update to version 0.6.22 and rename the recipe accordingly. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-extended/libsolv/libsolv_0.6.22.bb (renamed from meta/recipes-extended/libsolv/libsolv_git.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_git.bb b/meta/recipes-extended/libsolv/libsolv_0.6.22.bb
index b41347d75c..bea207bea5 100644
--- a/meta/recipes-extended/libsolv/libsolv_git.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.6.22.bb
@@ -7,13 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
DEPENDS = "expat zlib"
-PV = "0.6.21"
-
SRC_URI = "git://github.com/openSUSE/libsolv.git \
"
SRC_URI_append_libc-musl = " file://0001-Add-fallback-fopencookie-implementation.patch"
-SRCREV = "bdb5c63245923ed95cf04086b65b2e5a5b5d7b04"
+SRCREV = "58655da7eccc0ba8e768f9df6482bb08b90f4da8"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"