diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-07-04 17:16:03 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-10 14:12:06 +0100 |
commit | 1bb1ea2cdb86a022b157d66b2a480ea91593a021 (patch) | |
tree | e5064f7ca67743cfe1bdf7919a5d3dbca1b2bb86 /meta/recipes-extended/libsolv | |
parent | d43792151b7974f1d35a445943f62ed685288d12 (diff) | |
download | openembedded-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>
Diffstat (limited to 'meta/recipes-extended/libsolv')
-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 b41347d75c3..bea207bea5e 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" |