aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-01-08 17:30:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-22 23:42:55 +0000
commitb4617088e199e79e77b429a4699181593e21f325 (patch)
tree6bac239f7e05b64116329f262758c3183cf92cd6 /meta
parent6fae6a92cf3d9810dc68438f3b20913453812437 (diff)
downloadopenembedded-core-contrib-b4617088e199e79e77b429a4699181593e21f325.tar.gz
libsolv: Update to 0.6.17+
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/libsolv/libsolv_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_git.bb b/meta/recipes-extended/libsolv/libsolv_git.bb
index 266d4b651c..07dd8084dc 100644
--- a/meta/recipes-extended/libsolv/libsolv_git.bb
+++ b/meta/recipes-extended/libsolv/libsolv_git.bb
@@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
DEPENDS = "expat zlib"
-PV = "0.6.14+git${SRCPV}"
+PV = "0.6.17+git${SRCPV}"
SRC_URI = "git://github.com/openSUSE/libsolv.git"
-SRCREV = "b1ea39233f86cd62fbab1964d7497244f6be0087"
+SRCREV = "6ea235973e942436c8815dadddf2c318a8b5ca7d"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"