diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-02-24 15:55:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:32:39 +0000 |
commit | 46320f6180d3003ace46c29f6f45a232e5be3af0 (patch) | |
tree | 689d5086a4d9fb7ca008e7cc60608ecf5e5c4a75 /meta/recipes-extended | |
parent | e4bd6c8f991915534ec1375faca1321db134a237 (diff) | |
download | openembedded-core-46320f6180d3003ace46c29f6f45a232e5be3af0.tar.gz openembedded-core-46320f6180d3003ace46c29f6f45a232e5be3af0.tar.bz2 openembedded-core-46320f6180d3003ace46c29f6f45a232e5be3af0.zip |
libsolv: update to 0.6.19
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/libsolv/libsolv_git.bb | 4 |
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 07dd8084dc..c0b012049f 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.17+git${SRCPV}" +PV = "0.6.19" SRC_URI = "git://github.com/openSUSE/libsolv.git" -SRCREV = "6ea235973e942436c8815dadddf2c318a8b5ca7d" +SRCREV = "4c5af401a89858d4cebbfe40c59a0031ff9db5b0" UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" S = "${WORKDIR}/git" |